mcen.init {mcen} | R Documentation |
Provides initial estimates for the mcen functionF
Description
Provides initial estimates for the mcen functionF
Usage
mcen.init(x, y, family = "mgaussian", delta = NULL, gamma_y = 1,
intercept = FALSE)
Arguments
x |
the n x p design matrix |
y |
the n x y matrix of responses |
family |
type of likelihood used two options "mgaussian" or "mbinomial" |
delta |
sparsity tuning parameter |
gamma_y |
tuning parameter for clustering responses |
intercept |
whether an intercept should be included in the model |
Value
matrix of coefficients
Author(s)
Ben Sherwood <ben.sherwood@ku.edu>, Brad Price <brad.price@mail.wvu.edu>
[Package mcen version 1.2.1 Index]