RtoHTML | R Documentation |
This function creates the code needed to make the output of selected R function appear correctly in moodle quizzes.
RtoHTML(method, x, y, n, varnames, ...)
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 |
a string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.