Learn R Programming

tidysynthesis (version 0.1.2)

print.replicates: Print the replicates object to the console with formatting

Description

Print the replicates object to the console with formatting

Usage

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

Value

Invisibly returns the input replicates object.

Arguments

x

A replicates object

...

further arguments passed to or from other methods (not currently used).

Examples

Run this code

rep <- replicates(
  start_data_replicates = 2,
  model_sample_replicates = 2,
  end_to_end_replicates = 2
)
  
print(rep)

Run the code above in your browser using DataLab