summary.fitFRESA {FRESA.CAD} | R Documentation |
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 class 'fitFRESA'
summary(object,
type=c("Improvement","Residual"),
ci=c(0.025,0.975),
data=NULL,
...)
Arguments
object |
fitted model with the |
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.
Author(s)
Jose G. Tamez-Pena
See Also
modelFitting
,bootstrapValidation_Bin
,bootstrapValidation_Res
[Package FRESA.CAD version 3.4.8 Index]