lm3: Simple Linear Regression (Cloze with Theory, Application, Essay, and File Upload)
This article is originally published at https://www.R-exams.org/
Exercise template with both theory and applied questions, as well as interpretation and code upload, about simple linear regression based on a randomly-generated CSV file.
lm3
Demo code:
library("exams")
set.seed(403)
exams2html("lm3.Rmd")
set.seed(403)
exams2pdf("lm3.Rmd")
set.seed(403)
exams2html("lm3.Rnw")
set.seed(403)
exams2pdf("lm3.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.