Description Usage Arguments Details Value References See Also
Compute the penalized log likelihood for GLM with MIC penalty (Self-Written)
1 2 |
beta |
A p-dimensional vector containing the regression ceofficients. |
I.preselect |
A 0-1 indicator vector of same length as |
preselect.beta0 |
Indicator of whether or not the intercept is pre-selected. Default is |
X |
An n by p design matrix. |
y |
The n by 1 response vector |
lambda |
The penalty parameter euqals either 2 in AIC or ln(n) in BIC (by default). It can be specified as any value of the user's own choice. |
a |
The scale parameter in the hyperbolic tangent function of the MIC penalty. By default, a = 50. |
family |
a description of the error distribution. To use this function, |
This function is much faster than LoglikPenGLM
, but it is only applicable for Gaussian linear regression, logistic regression,
and loglinear or Poisson regression models. To take advantage, sepcify family
as family="gaussian"
, family="binomial"
, or family="poisson"
only.
The value of the penalized log likelihood function evaluated at beta.
Su, X. (2015). Variable selection via subtle uprooting. Journal of Computational and Graphical Statistics, 24(4): 1092–1113. URL http://www.tandfonline.com/doi/pdf/10.1080/10618600.2014.955176
Su, X., Fan, J., Levine, R. A., Nunn, M. E., and Tsai, C.-L. (2016+). Sparse estimation of generalized linear models via approximated information criteria. Submitted, Statistica Sinica.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.