loglike: 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.