powered by
Returns a summary of rsm function results.
# S3 method for rsm summary(object,...)
An object of class rsm. This is assumed to be the result of function rsm.
Additional options for the summary function.
rsm, plot.rsm
rsm
plot.rsm
# NOT RUN { data(Regions) res <- rsm(Regions$X, Regions$sub, Klist=2:4, nbredo=1, maxit=5) summary(res) # }
Run the code above in your browser using DataLab