modelTest | R Documentation |
Significance test against a null model
modelTest(
pdf,
model,
nsims = 1000,
conf = 0.95,
tails = 2,
normalise = F,
ncores = parallel::detectCores() - 1,
save.sim = F,
verbose = T
)
pdf |
A skyscapeR.pdf object created with either |
model |
A data.frame or list of data.frames with equal number to the empirical observations. See example for structure |
nsims |
(Optional) Number of simulations to run. Default is 1000. |
conf |
(Optional) Confidence envelope (in percentage) of the null model to calculate. Default is .95 |
tails |
(Optional) Whether to calculate 1-tailed p-value (greater than) or 2-tailed p-value (smaller than or greater than). Default is 2. |
normalise |
(Optional) Boolean to control whether to normalize SPDs. Default is FALSE |
ncores |
(Optional) Number of CPU cores to use. Default is the number of available cores minus 1. |
verbose |
(Optional) Boolean to control whether or not to display text. Default is TRUE. |
.res |
(Optional) Resolution with which to output probability distribution(s). Default is 0.1 degrees. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.