uncrtnty | R Documentation |
Build an 'uncrtnty' list object
uncrtnty(
model = character(),
nid = integer(),
nobs = integer(),
th_est = double(),
th_unc = matrix(),
om_est = list(),
om_unc = integer(),
si_est = list(),
si_unc = integer()
)
model |
character, simple description of the model |
nid |
integer, the number of subjects in the orginal analysis |
nobs |
integer, the number of observations in the original analysis |
th_est |
double vector, estimations of theta |
th_unc |
double matrix, uncertainty of theta, under the form of a covariance matrix |
om_est |
list of double matrices, estimations of omega |
om_unc |
integer vector, uncertainty of omega, under the form of degrees of freedom |
si_est |
list of double matrices, estimations of sigma |
si_unc |
integer vector, uncertainty of sigma, under the form of degrees of freedom |
This function is not meant to be used by the user, but by more user-friendly functions such as 'u_from_xpdb()' for instance.
an 'uncrtnty' list object.
u_example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.