Learn R Programming

FRESA.CAD (version 3.4.7)

summary.fitFRESA: Returns the summary of the fit

Description

Returns a summary of fitted model created by the modelFitting function with the fitFRESA parameter set to TRUE

Usage

# S3 method for fitFRESA
summary(object,
	type=c("Improvement","Residual"),
	ci=c(0.025,0.975),
	data=NULL,
	...)

Value

a list with the analysis results.

Arguments

object

fitted model with the modelFitting function

type

the type of coefficient estimation

ci

lower and upper limit of the ci estimation

data

the data to be used for 95

...

parameters of the boostrap method

Author

Jose G. Tamez-Pena

See Also

modelFitting,bootstrapValidation_Bin,bootstrapValidation_Res