loglike {glmlep}R Documentation

Internal glmlep functions

Description

Internal glmlep functions

Usage

loglike(x, y, beta, family = c("gaussian", "binomial"))

Arguments

x

The design matrix, without an intercept.

y

The response vector. Quantitative for family="gaussian". For family="binomial" should be a vector with two levels.

beta

The estimated coefficients.

family

Response type (see above)

Details

These are not intended for use by users.

Author(s)

Canhong Wen, Hao Lin, Shaoli Wang and Xueqin Wang.

Maintainer: Canhong Wen <wencanhong@gmail.com>


[Package glmlep version 0.2 Index]