summarize_omega: Summarize OMEGA matrix

View source: R/summarize_population.R

summarize_omegaR Documentation

Summarize OMEGA matrix

Description

Summarize variance-covariance matrix of the random parameters values resulting of an estimation step.

Usage

summarize_omega(run, estimation_number = NULL)

Value

A data frame with one row per parameter and the following columns:

  • eta1: first parameter name

  • eta2: second parameter name

  • estimate: final estimate

  • se: standard error

  • rse: relative standard error

  • ci_low: lower endpoint of the 95% confidence interval

  • ci_up: upper endpoint of the 95% confidence interval

  • cv: coefficient of variation, considering the random parameter is a variability term associated to a log-normally distributed parameter

Examples


EXAMPLERUN %>% summarize_omega()

pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.