summary.netfit {funfits} | R Documentation |
summary.netfit(fit, standardized=F)
fit |
A model component of an nnreg object |
standardized |
Data is standardized to have mean zero and standard deviation one. |
A list of netfit paramters.
nnreg, summary.nnreg, predict.netfit
nnreg(ozone$x,ozone$y,1,3) -> fit # nnreg fit summary(fit$model[[1]],fit$x) # summary of model 1 # parameters