bivprobit | R Documentation |
Estimation of bivariate probit models by maximum likelihood
bivprobit(
formula,
data,
weights,
subset,
na.action,
offset,
method = c("newton", "bfgs"),
...
)
## S3 method for class 'bivprobit'
logLik(object, ..., type = c("model", "null"))
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 |
an object of class micsr
, see micsr::micsr
for further
details
bivprobit(mjob | fjob ~ meduc + ychild + owner | feduc + ychild + owner , housprod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.