LogLikeFun: Log Likelihood of Logistic Box-Cox

View source: R/LogLikeFun.R

LogLikeFunR Documentation

Log Likelihood of Logistic Box-Cox

Description

This function gives the log likelihood of the Box-Cox model. Main purpose is to be an input to the maxLik function.

Usage

LogLikeFun(bb, ixx, iyy, iw, iZZ)

Arguments

bb

current values for the intercept and slope coefficients

ixx

continuous predictor

iyy

binary outcome

iw

sample weight

iZZ

covariates to be incorporated in the model

Value

the log likelihood estimate for the coefficients in 'bb'


ubclxing/lboxcox documentation built on Sept. 1, 2022, 9:09 a.m.