sensitivity_analysis: Parameter sensitivity analysis

Description Usage Arguments Details Value Author(s)

View source: R/sensitivity_analysis.R

Description

Perform a PEcAn-like parameter sensitivity analysis to analyze the contribution of parameters to predictive uncertainty.

Usage

1
sensitivity_analysis(dat, xcols, ycol, .type = "additive")

Arguments

xcols

Character vector of parameter column names

ycol

Name of column containing response variable

.type

Whether the multivariate fit is "additive" (Y ~ a + b + c, default) or "interactive" (Y ~ a * b * c). This argument supports partial matching via base::match.arg().

df

data.frame of Hector results.

Details

This analysis produces three key metrics:

The theory and implementation are based on the sensitivity analysis described by LeBauer et al. (2013), but with several key differences:

Value

data.frame of sensitivity analysis results. See Details.

Author(s)

Alexey Shiklomanov


ashiklom/hector_permafrost_emit documentation built on March 26, 2020, 12:15 a.m.