Description Usage Arguments Value Examples
Perform a goodness-of-fit test
1 2 3 4 5 6 7 8 |
model |
ghype model to test |
Beta |
boolean, whether to use empirical Beta distribution approximation. Default TRUE |
nempirical |
optional scalar, number of replicates for empirical beta distribution. |
parallel |
optional, number of cores to use or boolean for parallel computation. If passed TRUE uses all cores-1, else uses the number of cores passed. If none passed performed not in parallel. |
returnBeta |
boolean, return estimated parameters of Beta distribution? Default FALSE. |
seed |
scalar, seed for the empirical distribution. |
p-value of test. If returnBeta=TRUE returns the p-value together with the parameters of the beta distribution.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.