get_result_JointAI: Extract a summary of the model results from a JointAI model...

get_result_JointAIR Documentation

Extract a summary of the model results from a JointAI model This function uses coef() and confint().

Description

Extract a summary of the model results from a JointAI model This function uses coef() and confint().

Usage

get_result_JointAI(
  fitted_model,
  data_seed = NA,
  outcome = 1L,
  subset = NULL,
  miss_scenario = NA,
  model = NULL,
  ...
)

Arguments

fitted_model

a fitted model object

data_seed

optional (but) suggested seed value. Will be used when called from within run_models().

outcome

integer identifying for which outcome the results should be extracted

subset

subset specification of JointAI::coef(), JointAI::confint(), JointAI::GR_crit and JointAI::MC_error()

miss_scenario

optional name of missingness scenario

model

optional name for model to be included in summary

...

optional additional arguments for compatibility with other get_result_<...> functions


NErler/simvalidator documentation built on May 17, 2022, 7:54 a.m.