chmod.probit: Regression - probit class

Description Usage Arguments Value Examples

Description

A probit regression implementation for the "probit" class. It uses glm with the binomial link set to "probit"

Usage

1
2
## S3 method for class 'probit'
chmod(object, ...)

Arguments

object

a list of Y - outcome variable and X - design matrix of class "probit"

...

additional parameters to be passed to glm

Value

fitted model object

Examples

1
chmod(c_chmod(Y=women$height<=50,X=women$weight,modclass="probit"))

cluscov documentation built on June 4, 2019, 5:04 p.m.