| oneIntOrdered | R Documentation |
A simulated dataset.
m <- '
X =~ x1 + x2 + x3
Z =~ z1 + z2 + z3
Y =~ y1 + y2 + y3
Y ~ X + Z + X:Z
'
fit <- pls(m, oneIntOrdered)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.