factorplot: Plot Factor Scores

Description Usage Arguments Details Value References See Also Examples

Description

Plot the factor scores (z scale) of factors for each latent class using a barplot.

Usage

1
factorplot(fit, main = NULL, legend.text = NULL, bw = FALSE)

Arguments

fit

Output of the function fma.

main

Text to use as title for the plot.

legend.text

Text to use as title for legend of the plot.

bw

Logical value indicating if the graph must be filled in black and white.

Details

Error bars represent the standard errors.

Value

A graphical output showing the factor scores.

References

~~ Literature or other references for background information ~~

See Also

fma

Examples

1
2
3
4
5
6
## Not run: 
data(fmaDemo)
fit3 <- fma(fmaDemo, k=3, r=2)
factorplot(fit3)

## End(Not run)

DavideMassidda/fmaTools documentation built on May 6, 2019, 1:55 p.m.