outcome.probs {randomLCA}R Documentation

Extract outcome probabilities for randomLCA object

Description

Extract outcome probabilities and confidence intervals for a randomLCA object.

Usage

## S3 method for class 'randomLCA':
outcome.probs(object, level = 0.95, ...)

Arguments

object randomLCA object
level confidence interval
... additional argument; currently none is used.

Details

Confidence intervals are calculated based on asymptotic normality of the estimates transformed by either the inverse of the probit or logistic.

Author(s)

Ken Beath


[Package randomLCA version 0.6-2 Index]