taglife.fn_weib3 {failCompare} | R Documentation |
Fitting 3-parameter Weibull model to failure time data (adapted from R. Townsend's code)
taglife.fn_weib3(tags.in, model.in = "weibull", tag.se = T)
tags.in |
vector of observed time to failure (days) |
model.in |
name of model to use. Current option is "Weibull" for 3-parameter Weibull |
tag.se |
logical for whether to compute SEs |
Returns a list with model objects (mod_obj), fitted values (fit_vals) and table of parameter estimates (par_tab).