uncrtnty: Build an 'uncrtnty' list object

View source: R/uncrtnty.R

uncrtntyR Documentation

Build an 'uncrtnty' list object

Description

Build an 'uncrtnty' list object

Usage

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()
)

Arguments

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

Details

This function is not meant to be used by the user, but by more user-friendly functions such as 'u_from_xpdb()' for instance.

Value

an 'uncrtnty' list object.

Examples

u_example

FelicienLL/uncrtnty documentation built on Oct. 26, 2023, 12:50 p.m.