Last data update: 2014.03.03

R: Calculate Conditional Outcome Probabilities for 2 Level...
calcCond2ProbR Documentation

Calculate Conditional Outcome Probabilities for 2 Level Models

Description

The conditional probabilities are obtained integrating over the period random effect.

Usage

calcCond2Prob(object, conditionalp = 0.5)

Arguments

object

RandomLCA object

conditionalp

the percentiles for the random effect

Value

Returns a data frame containing class, block, outcome, outcomep (outcome probability) and perc (percentiles of the random effect) if conditionalp is specified. For example a conditionalp of 0.5 is the 50th percentile or the median corresponding to a random effect of zero. 0.025 and 0.975 correspond to the 2.5th and 97.5th percential, so the region between them if 95% of the variation in the data.

Author(s)

Ken Beath kenbeath@mq.edu.au

Results