## S3 method for class 'rsm':
summary(object, correlation = FALSE, digits = NULL, \dots)rsm object. This is assumed to be the result of
some fit that produces an object inheriting from the class
rsm, in the sense that the components returned by the
rsm function will be availableTRUE, the correlation matrix for the
coefficients is computed; default is TRUE.NULL, the value of
digits set by options is used.TRUE, the scale parameter is known.family.rsm object used.expression and class term
summarizing the formula.rsm object, but
with the arguments all named and with the actual formula.digits argument.summary() for class rsm. It can be invoked by
calling summary for an object of the appropriate class, or
directly by calling summary.rsm regardless of the class of
the object.rsm.object, summary,
rsm## House Price Data
data(houses)
houses.rsm <- rsm(price ~ ., family = student(5), data = houses)
summary(houses.rsm)Run the code above in your browser using DataLab