Description Usage Arguments Value
View source: R/local_null_model.R
Wrapper for local null model
1 2 3 4 5 6 7 8 9 10 11 | local_null_model_wrapper(
ts_dat,
n_null_model_sims = 100,
begin_years = 1988:1992,
end_years = 2014:2018,
isd_seed = 1989,
n_isd_draws = 10,
ndraws = 100,
initial_null_model_seed = 1989,
return_actual = F
)
|
ts_dat |
ts dat |
n_null_model_sims |
number of sims |
begin_years |
defaults good |
end_years |
defaults good |
isd_seed |
default good |
n_isd_draws |
default 10 |
ndraws |
default 100 |
initial_null_model_seed |
default 1989 |
return_actual |
return actual? |
df of many nms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.