Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.sim

Summary method for 'sim' objects


Description

Summary method for 'sim' objects

Usage

## S3 method for class 'sim'
summary(
  object,
  estimate = NULL,
  se = NULL,
  confint = !is.null(se) && !is.null(true),
  true = NULL,
  fun,
  names = NULL,
  unique.names = TRUE,
  minimal = FALSE,
  level = 0.95,
  quantiles = c(0, 0.025, 0.5, 0.975, 1),
  ...
)

Arguments

object

sim object

estimate

(optional) columns with estimates

se

(optional) columns with standard error estimates

confint

(optional) list of pairs of columns with confidence limits

true

(optional) vector of true parameter values

fun

(optional) summary function

names

(optional) names of

unique.names

if TRUE, unique.names will be applied to column names

minimal

if TRUE, minimal summary will be returned

level

confidence level

quantiles

quantiles

...

additional levels to lower-level functions


lava

Latent Variable Models

v1.6.10
GPL-3
Authors
Klaus K. Holst [aut, cre], Brice Ozenne [ctb], Thomas Gerds [ctb]
Initial release
2021-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.