Description Usage Arguments Details Value References See Also Examples
Fit simultaneously a factor mixture model for k
classes and r
factors.
1 2 |
dataset |
Data frame or matrix with observed data. |
k |
The number of the mixture components. |
r |
The number of factors. |
... |
Further arguments for the function |
object |
An object fitted with |
index |
Character string indicating the index to display. |
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. |
~~ Insert details ~~
The function multifmaIC
returns a list factors*classes; this output can be visualized
using the function tileplot
, which shows a tileplot for the distribution of a given index.
~~ Literature or other references for background information ~~
1 2 3 4 5 6 | ## Not run:
data(fmaDemo)
fit <- multifmaIC(fmaDemo, k=1:5, r=1:5)
tileplot(fit)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.