Description Usage Arguments Value Examples
Organise information about multiprobit parameter estimates and models
1 2 3 4 5 |
object |
An |
... |
Additional parameters, currently unused. |
An mp_estimate_summary
or mp_model_summary
list object with
elements
Summary information about the B coefficients
(see mp_model()
for model definition).
The elements of the matrix B are listed row-wise, so that the
values for each covariate are grouped together, for all Y-dimensions.
Summary information about the latent u parameters (see
mp_model()
for model definition). This is the internal scale
representation of the probit correlation matrix parameter Σ.
Summary information for Σ. Includes a basic linear
error propagation estimate of the elementwise standard deviations, as
[prior_]sd_linear
; the calculation for the prior in mp_model
indicates that this is an overestimate of the actual standard deviations
of the Σ elements.
For model summaries, the prior mean and standard deviations are provided. For estimate summaries, the available quantities depend on what was computed and stored in the input object. Currently, the latent MAP estimates and their Hessian-based uncertainties are provided, and the corresponding point estimate of the probit correlation matrix parameter Σ.
1 2 3 4 5 6 | ## Not run:
if (interactive()) {
# EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.