Learn R Programming

WeibullR (version 1.1.10)

xfit: 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

Run this code
# NOT RUN {
	obj<-wblr.fit(wblr(rweibull(10,1,1)))
	xfit(obj)
# }

Run the code above in your browser using DataLab