powered by
Auxiliary function that can be used when specifying the argument columns (e.g. calling confint.lmm) to remove columns.
columns
confint.lmm
remove(...)
A character vector
[character vector] name of the columns to be removed to the default output.
set.seed(10) dW <- sampleRem(25, n.times = 1, format = "long") e.lmm <- lmm(Y~X1, data = dW) confint(e.lmm, columns = remove("estimate"))
Run the code above in your browser using DataLab