bivprobit {micsr} | R Documentation |
Bivariate probit
Description
Estimation of bivariate probit models by maximum likelihood
Usage
bivprobit(
formula,
data,
weights,
subset,
na.action,
offset,
method = c("newton", "bfgs"),
...
)
## S3 method for class 'bivprobit'
logLik(object, ..., type = c("model", "null"))
Arguments
formula |
a symbolic description of the model, a two-part left and right hand side formula |
data |
a data frame, |
subset , weights , na.action , offset |
see |
method |
the optimization method, one of |
... |
further arguments |
object |
a |
type |
for the |
Value
an object of class micsr
, see micsr::micsr
for further
details
Examples
bivprobit(mjob | fjob ~ meduc + ychild + owner | feduc + ychild + owner , housprod)
[Package micsr version 0.1-1 Index]