lboxcox_maxLik.predict {lboxcox}R Documentation

Lboxcox MaxLik Prediction Function

Description

Give the predicted p value of given LBC MaxLik model

Usage

lboxcox_maxLik.predict(myMaxLikfit, newdata, formula)

Arguments

myMaxLikfit

Fitted model using lboxcox_maxLik model

newdata

Given data for prediction

formula

a formula of the form y ~ x + z1 + z2 where y is a binary response variable, x is a continuous predictor variable, and z1, z2, ... are covariates

Value

p value

Note

This is reliant on the following work:


[Package lboxcox version 1.2 Index]