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 March 23, 2026, 5:08 p.m.