Learn R Programming

FRESA.CAD (version 3.3.0)

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,
	...)

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

Value

a list with the analysis results.

See Also

modelFitting,bootstrapValidation_Bin,bootstrapValidation_Res