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.
coefficient_se(model_c, t_s = NULL, samples = 300)A named vector of standard errors.
A landpred_model_continuous object.
The time of the short-term event.
The number of resampling iterations.