View source: R/getSimsNational.R
getSimsNational | R Documentation |
Get a set of simulation results from the national demographic model
getSimsNational(
replicates = 1000,
N0 = 1000,
Anthro = seq(0, 100, by = 1),
fire_excl_anthro = 0,
useQuantiles = NULL,
populationGrowthTable = NULL,
cPars = getScenarioDefaults(),
forceUpdate = F,
interannualVar = eval(formals(caribouPopGrowth)$interannualVar)
)
replicates |
integer. Number of replicate populations. |
N0 |
initial population size |
Anthro , fire_excl_anthro |
numeric. A vector of numbers between 0 and 100
representing the percentage of the landscape covered by anthropogenic
disturbance buffered by 500 m, and the percentage covered by fire that does
not overlap anthropogenic disturbance. The two vectors will be combined
with |
useQuantiles |
logical or numeric. If it is a numeric vector it must be
length 2 and give the low and high limits of the quantiles to use. If
|
populationGrowthTable |
data.frame.popGrowthTableJohnsonECCC is included in the package and should be used in most cases. A custom table of model coefficients and standard errors or confidence intervals can be provided but it must match the column names of popGrowthTableJohnsonECCC. If the table does not contain the standard error it is calculated from the confidence interval. |
cPars |
optional. Parameters for calculating composition survey bias term. |
forceUpdate |
logical. If the default inputs are used the result is
cached. Set |
interannualVar |
list or logical. List containing interannual
variability parameters. These can be either coefficients of variation
(R_CV, S_CV), beta precision parameters (R_phi, S_phi),
or random effects parameters from a logistic glmm (R_annual, S_annual).
Set to |
a list with two elements:
summary: a tibble with a summary of parameter values for each scenario. Column names are Anthro, Mean, lower, upper, Parameter.
samples: a tibble with parameter values for each scenario and replicate 4 rows per replicate \* scenario. Column names are Anthro, Parameter and Value
Caribou demography functions:
caribouBayesianPM()
,
caribouPopGrowth()
,
compositionBiasCorrection()
,
demographicCoefficients()
,
demographicProjectionApp()
,
demographicRates()
,
getOutputTables()
,
getPriors()
,
getScenarioDefaults()
,
plotRes()
,
popGrowthTableJohnsonECCC
,
runScnSet()
,
simulateObservations()
getSimsNational()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.