n=30;x=1:n;set.seed(24);y=10 -4*x +rnorm(n,0,6) # Artificial data y.lm=lm(y~x) summary(y.lm)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.