Description
This function creates the code needed to make the output of selected R function appear correctly in moodle quizzes.
Usage
RtoHTML(method, x, y, n, varnames, ...)
Arguments
- method
name of the R routine
- x
data passed to all functions
- y
data passed to functions t.test (two-sample) and lm
- n
data passed to function binom.test
- varnames
names of variables as they are shown in quiz
- ...
additional arguments passed to method