randomIntercepts: randomIntercepts

randomInterceptsR Documentation

randomIntercepts

Description

A simulated dataset.

Examples



syntax <- '
  f =~ y1 + y2 + y3
  f ~ x1 + x2 + x3 + w1 + w2 + (1 | cluster)
'

fit <- pls(syntax, data = randomIntercepts)
summary(fit)


plssem documentation built on Sept. 26, 2026, 5:06 p.m.