Learn R Programming

landpred (version 2.0)

coefficient_se: Calculate Standard Errors for Coefficients

Description

Calculates standard errors for the coefficients of the landpred model. If t_s is provided, it uses the bootstrap. Otherwise, it returns the standard errors from the GLM.

Usage

coefficient_se(model_c, t_s = NULL, samples = 300)

Value

A named vector of standard errors.

Arguments

model_c

A landpred_model_continuous object.

t_s

The time of the short-term event.

samples

The number of resampling iterations.