Learn R Programming

miWQS (version 0.4.4)

print.wqs: Prints the fitted WQS model along with the mean weights.

Description

Prints the fitted WQS model along with the mean weights. Adjusted from print.lm.

Usage

# S3 method for wqs
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of class WQS, from estimate.wqs.

digits

minimal number of significant digits, see print.default.

...

Further arguments passed from other methods to print(). Currently has no effect.

See Also

Other wqs: analyze.individually(), coef.wqs(), do.many.wqs(), estimate.wqs.formula(), estimate.wqs(), make.quantile.matrix(), plot.wqs()

Examples

Run this code
# 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