add | R Documentation |
Auxiliary function that can be used when specifying the argument columns
(e.g. calling confint.lmm
) to add columns.
add(...)
... |
[character vector] name of the columns to be added to the default output. |
A character vector
set.seed(10)
dW <- sampleRem(25, n.times = 1, format = "long")
e.lmm <- lmm(Y~X1, data = dW)
confint(e.lmm, columns = add("statistic"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.