| pls_boot | R Documentation |
Retrieve bootstrap coefficient matrix
pls_boot(object)
object |
A fitted model object. |
A PlsSemMatrix of bootstrap replicate parameter vectors
(rows = replicates, cols = parameters).
library(modsem)
library(plssem)
m <- "
X =~ x1 + x2 + x3
Z =~ z1 + z2 + z3
Y =~ y1 + y2 + y3
Y ~ X + Z + X:Z
"
fit <- pls(m, oneInt, bootstrap = TRUE, boot.R = 50)
pls_boot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.