Skip to content

lava plugin allowing regularization terms

Notifications You must be signed in to change notification settings

guhjy/lavaPenalty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

lava plugin allowing regularization terms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%