print.nnreg {funfits} | R Documentation |
print.nnreg(fit)
fit |
Object from nnreg fitting. |
Results from nnreg. This includes input parameters and results of each of the polished fits.
print, summary.nnreg, nnreg
nnreg(ozone$x,ozone$y,1,3) -> fit # nnreg fit print(fit) # print the summary fit # this will too