fmaIC: Information criteria of factor mixture models

Description Usage Arguments Value References See Also Examples

Description

Description

Usage

1
2
fmaIC(...)
plotIC(object, main = "Information criteria", bw = FALSE)

Arguments

...

Objects containing fitted models with the function fma.

object

An object returned by the function plotIC.

main

Character: the title of the plot.

bw

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

Value

To describe

References

~~ Literature or other references for background information ~~

See Also

fma

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
data(fmaDemo) # Two-factors questionnaire
fit1 <- fma(fmaDemo, k=1, r=2)
fit2 <- fma(fmaDemo, k=2, r=2)
fit3 <- fma(fmaDemo, k=3, r=2)
fit4 <- fma(fmaDemo, k=4, r=2)
fit5 <- fma(fmaDemo, k=5, r=2)
information <- fmaIC(fit1,fit2,fit3,fit4,fit5)
plotIC(information)

## End(Not run)

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