Learn R Programming

epiDisplay (version 3.5.0.2)

print alpha: Print alpha object

Description

Print results related to Cronbach's alpha

Usage

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

Arguments

x

object of class 'alpha'

...

further arguments passed to or used by methods.

See Also

'tableStack'

Examples

Run this code
# NOT RUN {
data(Attitudes)
alpha(qa1:qa18, dataFrame=Attitudes) -> a
print(a)
a
# }

Run the code above in your browser using DataLab