grouplasso2pop_to_semipadd2pop | R Documentation |
Convert output from grouplasso2pop to the fitted functions of the semi-parametric additive model
grouplasso2pop_to_semipadd2pop( X1, nonparm1, groups1, knots.list1, emp.cent1, QQ1.inv, b1, X2, nonparm2, groups2, knots.list2, emp.cent2, QQ2.inv, b2 )
X1 |
the matrix with the observed covariate values for data set 1 (including a column of ones for the intercept) |
nonparm1 |
a vector indicating for which covariates a nonparametric function is to be estimated for data set 1 |
groups1 |
a vector indicating to which group the entries of the coefficient vector |
knots.list1 |
a list of vectors with the knot locations for nonparametric effects for data set 1 |
emp.cent1 |
a list of vectors of the empirical basis function centerings for data set 1 |
QQ1.inv |
the matrix with which to back-transform the group lasso coefficients for data set 1 |
b1 |
the group lasso coefficients for data set 1 |
X2 |
the matrix with the observed covariate values for data set 2 (including a column of ones for the intercept) |
nonparm2 |
a vector indicating for which covariates a nonparametric function is to be estimated for data set 2 |
groups2 |
a vector indicating to which group the entries of the coefficient vector |
knots.list2 |
a list of vectors with the knot locations for nonparametric effects for data set 2 |
emp.cent2 |
a list of vectors of the empirical basis function centerings for data set 2 |
QQ2.inv |
the matrix with which to back-transform the group lasso coefficients for data set 2 |
b2 |
the group lasso coefficients for data set 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.