View source: R/update.RprobitB_fit.R
update.RprobitB_fit | R Documentation |
This function estimates a nested probit model based on a given
RprobitB_fit
object.
## S3 method for class 'RprobitB_fit'
update(
object,
form,
re,
alternatives,
id,
idc,
standardize,
impute,
scale,
R,
B,
Q,
print_progress,
prior,
latent_classes,
...
)
object |
An object of class |
form |
[
Multiple covariates (of one type) are separated by a In the ordered probit model ( |
re |
[ |
alternatives |
[ If |
id |
[ |
idc |
[ |
standardize |
[ Covariates of type 1 or 3 have to be addressed by
If |
impute |
A character that specifies how to handle missing covariate entries in
|
scale |
[ |
R |
[ |
B |
[ |
Q |
[ |
print_progress |
[ |
prior |
[ |
latent_classes |
[
The following specifications are used for the weight-based updating scheme:
|
... |
Currently not used. |
All parameters (except for object
) are optional and if not specified
retrieved from the specification for object
.
An object of class RprobitB_fit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.