Print nnreg fit results

Usage

print.nnreg(fit)

Arguments

fit Object from nnreg fitting.

Value

Results from nnreg. This includes input parameters and results of each of the polished fits.

See Also

print, summary.nnreg, nnreg

Examples

nnreg(ozone$x,ozone$y,1,3) -> fit # nnreg fit
print(fit) # print the summary
fit # this will too


[Package Contents]