Untitled

JW Tsai
Jan 20, 2022
  1. 隨便打一些字
  2. A linear model is as follows.
set.seed(1234)
x <- rnorm(100)
y <- rnorm(100)
plot(x,y)
lines(lowess(x,y),col='blue')
  1. Still can’t use math, need LeTaXiT.

--

--