marg.## S3 method for class 'marg':
summary(object, alpha = 0.05, test = NULL, all = FALSE,
coef = TRUE, int = ifelse((is.null(test) || all), TRUE, FALSE),
digits = NULL, ...)marg object. This is assumed to be the result returned
by the cond.rsm function.NULL no test is performed. The default is
NULL.TRUE all the information stored in the
summary.marg object is printed, else only a subset of it.
The default is FALSE.TRUE the unconditional and approximate
conditional/marginal MLEs are printed. The default is
TRUE.TRUE confidence intervals are printed.
The default is TRUE.digits set by optionsalpha, the
upper and lower confidence bounds derived from several first and
higher order test statistics. One-sided and two-sided confidence
intervals are considered. See marg.object for
details on the test statistics used.stats) contains, for
each value given in test, the values and tail probabilities
of several first and higher order test statistics. See
marg.object for details on the test statistics. The
second element of the list (qTerm) contains for each tested
hypothesis the correction term used in the higher order solutions.marg object.scale if the
parameter of interest is the scale parameter.marg.object for details.TRUE, all the information stored in the
summary.marg object is printed.TRUE, the parameter estimates are printed.TRUE, confidence intervals are printed.FALSE there are none.summary()
for objects of class marg. It can be invoked by calling
summary or directly summary.marg for an object of the
appropriate class.summary, marg.object## House Price Data
data(houses)
houses.rsm <- rsm(price ~ ., family = student(5), data = houses)
houses.marg <- cond(houses.rsm, floor)
summary(houses.marg, test = 0, coef = FALSE)Run the code above in your browser using DataLab