Description Usage Arguments Value
View source: R/taglife.fn_weib3.R
Fitting 3-parameter Weibull model to failure time data (adapted from Rich's code)
1 | 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 |
list with model objects (mod_obj), fitted values (fit_vals) and table of parameter estimates (par_tab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.