Summary of parameters of netfit object

Usage

summary.netfit(fit, standardized=F)

Arguments

fit A model component of an nnreg object
standardized Data is standardized to have mean zero and standard deviation one.

Value

A list of netfit paramters.

See Also

nnreg, summary.nnreg, predict.netfit

Examples

nnreg(ozone$x,ozone$y,1,3) -> fit           # nnreg fit
summary(fit$model[[1]],fit$x)               # summary of model 1 
# parameters


[Package Contents]