Description Usage Arguments Value Examples
Resamples from the fitted model (parametric bootstrap) and calculates the loss with respect to this model. Compares the loss of the resamples with the observed data.
1 | GF(model, size = 10000, fitLoss = "modelLoss")
|
model |
a correlation object as returned by the function PC. |
size |
the number of resamples from the fitted model. |
fitLoss |
the loss function used to calculate the loss of the observed and resampled data with respect to the model. Should be one of "modelLoss", "MH" or "SS". Defaults to "modelLoss", which means the same loss function is used as was used to fit the model. |
model |
A copy of the model argument |
fitLossValue |
The loss value for the observed data with respect to the model |
fitLossDist |
A vector with fitLoss values for the resampled data with respect to the model |
p |
The p value for the model fit; i.e. the proportion of resamples with a higher loss than the observed data |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.