| randomInterceptsOrdered | R Documentation |
A simulated dataset.
syntax <- '
f =~ y1 + y2 + y3
f ~ x1 + x2 + x3 + w1 + w2 + (1 | cluster)
'
fit <- pls(syntax, data = randomInterceptsOrdered)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.