Description Usage Arguments Author(s) Examples
View source: R/EvaluateModel.R
This function allows the user to explore a specific model in a "genarch" object
1 | EvaluateModel(data, model, cex.axis=1, cex.names=1, cex.main=1)
|
data |
This is a "genarch" object returned by the function AnalyzeCrossesMM |
model |
This is the number corresponding to the model the user wishes to investigate. |
cex.axis |
expansion factor for numeric axis labels. |
cex.names |
expansion factor for name labels. |
cex.main |
expansion factor for main title. |
Heath Blackmon and Jeffery P. Demuth
1 2 3 | data(PH)
results <- AnalyzeCrossesMM(PH)
EvaluateModel(results, model=11)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.