powered by
Prints the fitted WQS model along with the mean weights. Adjusted from print.lm.
# S3 method for wqs print(x, digits = max(3L, getOption("digits") - 3L), ...)
An object of class WQS, from estimate.wqs.
estimate.wqs
minimal number of significant digits, see print.default.
print.default
Further arguments passed from other methods to print(). Currently has no effect.
Other wqs: analyze.individually(), coef.wqs(), do.many.wqs(), estimate.wqs.formula(), estimate.wqs(), make.quantile.matrix(), plot.wqs()
analyze.individually()
coef.wqs()
do.many.wqs()
estimate.wqs.formula()
estimate.wqs()
make.quantile.matrix()
plot.wqs()
# NOT RUN { # See estimate.wqs(). # As base package is always available, there is no need to ever import base # }
Run the code above in your browser using DataLab