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

quantile.rgr.waba

S3 method for class 'rgr.waba'


Description

This function provides a concise quantile summary of objects created using the function rgr.waba.

Usage

## S3 method for class 'rgr.waba'
quantile(x,confint,...)

Arguments

x

An object of class 'rgr.waba'.

confint

The confidence intervals to return. The values of 0.025 and 0.975 return the approximate two-tailed 95th percentile confidence intervals (p=.05).

...

Optional arguments. None used.

Value

A dataframe containing the confidence intervals for each parameter in the rgr.waba model.

Author(s)

See Also

Examples

data(bh1996)

#estimate the model based on actual group membership
waba(bh1996$HRS,bh1996$WBEING,bh1996$GRP)

#create 100 pseudo group runs and summarize        
RWABA<-rgr.waba(bh1996$HRS,bh1996$WBEING,bh1996$GRP,100)  
quantile(RWABA,confint=c(.025,.975))

multilevel

Multilevel Functions

v2.6
GPL (>= 2)
Authors
Paul Bliese
Initial release
2016-07-26

We don't support your browser anymore

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