Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 452 Bytes

README.org

File metadata and controls

20 lines (13 loc) · 452 Bytes

lavaPenalty

Linear regression with regularization term

First define a standard lvm model:

library(lavaPenalty)

m <- lvm(x=paste0("x",1:10),y="y")

set.seed(10)
df.data <- sim(m, 1e2)

Latent variable model with regularization term