xfit: Extract a Fit Summary from a 'wblr' Object

View source: R/xfit.r

xfitR Documentation

Extract a Fit Summary from a wblr Object

Description

Creates a list of distribution and fit elements from a wblr object.

Usage

xfit(obj, fit_num=1)

Arguments

obj

An object created by wblr and the result of at least one modifying wblr.fit call.

fit_num

The numbered fit in the wblr object.

Value

A list holding dist the distribution name and fit a vector as extracted from the wblr object.

References

William Q. Meeker and Luis A. Escobar, (1998) "Statistical Methods for Reliability Data", Wiley-Interscience, New York

Robert B. Abernethy, (2008) "The New Weibull Handbook, Fifth Edition"

John I. McCool, (2012) "Using the Weibull Distribution: Reliability, Modeling and Inference"

Jurgen Symynck, Filip De Bal, Weibull analysis using R, in a nutshell (New Technologies and Products in Machine Manufacturing Technology, Stefan cel Mare University of Suceava, 2010).

Examples

	obj<-wblr.fit(wblr(rweibull(10,1,1)))
	xfit(obj)

WeibullR documentation built on June 26, 2022, 1:06 a.m.