taglife.fn_weib3 {failCompare}R Documentation

Fitting 3-parameter Weibull model to failure time data (adapted from R. Townsend's code)

Description

Fitting 3-parameter Weibull model to failure time data (adapted from R. Townsend's code)

Usage

taglife.fn_weib3(tags.in, model.in = "weibull", tag.se = T)

Arguments

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

Value

Returns a list with model objects (mod_obj), fitted values (fit_vals) and table of parameter estimates (par_tab).


[Package failCompare version 1.0.0 Index]