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

Description Usage Arguments See Also Examples

View source: R/print_wqs_helper.R

Description

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

Usage

1
2
## 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

1
2
3
# See estimate.wqs().

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

Example output



miWQS documentation built on April 3, 2021, 1:06 a.m.