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 Feb. 26, 2026, 1:08 a.m.