lm2: Simple Linear Regression (Cloze with Theory and Application)
This article is originally published at https://www.R-exams.org/
Exercise template with both theory and applied questions about simple linear regression based on a randomly-generated CSV file.
lm2
Demo code:
library("exams")
set.seed(403)
exams2html("lm2.Rmd")
set.seed(403)
exams2pdf("lm2.Rmd")
set.seed(403)
exams2html("lm2.Rnw")
set.seed(403)
exams2pdf("lm2.Rnw")
Thanks for visiting r-craft.org
This article is originally published at https://www.R-exams.org/
Please visit source website for post related comments.