print.alpha: Print alpha object

View source: R/epiDisplay.R

print alphaR Documentation

Print alpha object

Description

Print results related to Cronbach's alpha

Usage

## S3 method for class 'alpha'
print(x, ...)

Arguments

x

object of class 'alpha'

...

further arguments passed to or used by methods.

Author(s)

Virasakdi Chongsuvivatwong cvirasak@gmail.com

See Also

'tableStack'

Examples

data(Attitudes)
alpha(qa1:qa18, dataFrame=Attitudes) -> a
print(a)
a

epiDisplay documentation built on May 18, 2022, 5:11 p.m.