print.LAR: Print estimated Lifetime Attributable Risk for one person

Description Usage Arguments

View source: R/print.LAR.R

Description

print.LAR is the basic function for printing class "LAR".

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'LAR'
print(x, digits = 4, ...)

## S3 method for class 'LAR_batch'
print(x, digits = 4, max.id = 50, ...)

## S3 method for class 'LAR_group'
print(x, digits = 4, max.id = 50, ...)

Arguments

x

'LAR', 'LAR_batch' or 'LAR_group' object.

digits

the number of decimal points to print.

...

further arguments to be passed from or to other methods.

max.id

the number of maximum of printing LAR results.


LARisk documentation built on Feb. 7, 2022, 9:07 a.m.