Skip to contents

Show the results in probability scale

Usage

mplus.print.confidence.intervals.in.probability.scale(
  file,
  cred = FALSE,
  invariance = 0
)

Arguments

file

the quoted name of an existing OH5 file

cred

logical TRUE for Credibility Intervals

invariance

0 (not invariance model, default)

Value

The confidence intervals in probability scale are printed to the screen

Examples

if (FALSE) { # \dontrun{
mplus.print.confidence.intervals.in.probability.scale('ex.oh5')
} # }