Skip to contents

Usage

confint_Deriv(object, term, alpha = 0.05, ...)

Arguments

object

vector output of Deriv()

term

string smooth name, i.e. "year". must match values in mod and newdata

alpha

confidence threshold. default 0.05 (for 95

vector of confidence intervals of same length as object. Calculate confidence interval of derivative, adapted from Gavin Simpson.