Learn R Programming

RESIDE (version 0.3.2)

print.RESIDE: print.RESIDE

Description

S3 override for print RESIDE

Usage

# S3 method for RESIDE
print(x, ...)

Value

No return value, called to print to the terminal.

Arguments

x

an object of class RESIDE

...

Other parameters currently none are used

Details

S3 Override for RESIDE Class

Examples

Run this code
print(
  marginal_distributions <- get_marginal_distributions(
    IST,
    variables <- c(
      "SEX",
      "AGE",
      "ID14",
      "RSBP",
      "RATRIAL"
    )
  )
)

Run the code above in your browser using DataLab