Learn R Programming

codebook (version 0.9.6)

knit_print.alpha: Pretty-print a Cronbach's alpha object

Description

Turn a psych::alpha() object into HTML tables.

Usage

knit_print.alpha(x, indent = "######", ...)

Arguments

x

a psych alpha object

indent

add # to this to make the headings in the components lower-level. defaults to beginning at h5

...

ignored

Examples

Run this code
example("alpha", "psych")
knitr::knit_print(a4)

Run the code above in your browser using DataLab