mcen.init: Provides initial estimates for the mcen functionF

View source: R/mcen.r

mcen.initR 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>


mcen documentation built on April 1, 2023, 12:11 a.m.

Related to mcen.init in mcen...