sigmaBootLeverage: sigmaBootLeverage

Description Usage Arguments Author(s) See Also Examples

View source: R/fluxEstimates.R

Description

Estimate uncertainty of regrssion due to leverage of starting and end points.

Usage

1
2
3
sigmaBootLeverage(conc, times, fRegress = regressFluxExp, 
    probs = c(0.05, 0.5, 0.95), nSample = 80, coefStart = c(), 
    tryAutoCorr = TRUE)

Arguments

conc

numeric vector of CO2 concentrations

times

times of conc measurements

fRegress

function to yield a single flux estimate

probs

percentiles for which the flux quantiels shoudl be returned

nSample
coefStart

numeric vector of starting parameters. May provide from last bootstrap to speed up fitting

tryAutoCorr

set to FALSE to not try to fit model with autocorrelation

Author(s)

Thomas Wutzler, Oscar Perez Priego

See Also

RespChamberProc

Examples

1
2
3
#data(chamberLoggerEx1s)
ds <- chamberLoggerEx1s
  sigmaBootLeverage( ds$CO2_Avg, ds$TIMESTAMP )

RespChamberProc documentation built on May 2, 2019, 5:53 p.m.