print.RESIDE {RESIDE} | R Documentation |
print.RESIDE
Description
S3 override for print RESIDE
Usage
## S3 method for class 'RESIDE'
print(x, ...)
Arguments
x |
an object of class RESIDE |
... |
Other parameters currently none are used |
Details
S3 Override for RESIDE Class
Value
No return value, called to print to the terminal.
Examples
print(
marginal_distributions <- get_marginal_distributions(
IST,
variables <- c(
"SEX",
"AGE",
"ID14",
"RSBP",
"RATRIAL"
)
)
)
[Package RESIDE version 0.3.2 Index]