essayreg2: Linear Regression (Cloze with Essay and File Upload)
This article is originally published at https://www.R-exams.org/
Exercise template for interpreting a regression with two explanatory variables based on randomly-generated data (with either a linear, semi-logarithmic, or log-log relationship) in form of a cloze including essay and file upload.
essayreg2
Demo code:
library("exams")
set.seed(403)
exams2html("essayreg2.Rmd")
set.seed(403)
exams2pdf("essayreg2.Rmd")
set.seed(403)
exams2html("essayreg2.Rnw")
set.seed(403)
exams2pdf("essayreg2.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.