- costdb
The expanded 'InvaCost' database output from
expandYearlyCosts
,
where costs occurring over several years are expanded over each year of
impact
- cost.column
Name of the cost column to use in costdb
(usually,
choose between the exchange rate (default) or Purchase Power Parity
cost per year)
- year.column
Name of the year column to use in costdb
- cost.transf
Type of transformation you want to apply on cost values.
The default is a log10 transformation, which is commonly applied in
economics,
allows to fit linear regression with a normal distribution of residuals,
and makes plots easier to read. You can apply another transformation by
specifying the name of the transformation function (e.g., natural
logarithm, "log"
). Specify NA
or NULL
to avoid any
transformation
- in.millions
If TRUE
, cost values are transformed in
millions (to make graphs easier to read), else if
, cost values are
not transformed
- confidence.interval
A numeric value between 0 and 1, corresponding
to the desired confidence interval around model predictions
- minimum.year
The starting year of this analysis. By default,
1960 was chosen because it marks the period from which world bank data is
available for exchange rates and inflation values
- maximum.year
The ending year for this analysis. By default, the last
year of costdb
is chosen
- final.year
The year for which the costs predicted by models is
printed in the output. Default is the last year of costdb
. Note that
this is only for convenience, since predictions for all years are available
in the estimated.annual.costs
element of the output object
- incomplete.year.threshold
Estimated threshold for incomplete cost
data. All years above or equal to this threshold will be excluded from
model calibration, because of the time-lag between economic impacts of
invasive alien species and the documentation and publication of these impacts
- incomplete.year.weights
A named vector containing weights of years
for the regressions. Useful to decrease the weights of incomplete years
in regressions. Names of this vector must correspond to years
- gam.k
The smoothing factor of GAM; default value of -1 lets the
GAM find the smoothing factor automatically. Provide a manual value if you
have expectations about the shape of the curve and want to avoid overfitting
because of interannual variations
- mars.nprune
The maximum number of model terms in the MARS model.
Lowering this value reduces the number of terms in the MARS model, which
can be useful if you have expectations about the shape of the curve and want
to reduce the impact of interannual variations
- ...
Other arguments (you do not need them!)