print.wqs {miWQS}R Documentation

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 class '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

# See estimate.wqs().

# As base package is always available, there is no need to ever import base

[Package miWQS version 0.4.4 Index]