print.infer {infer}R Documentation

Print methods

Description

Print methods

Usage

## S3 method for class 'infer'
print(x, ...)

## S3 method for class 'infer_layer'
print(x, ...)

## S3 method for class 'infer_dist'
print(x, ...)

Arguments

x

An object of class infer, i.e. output from specify() or hypothesize(), or of class infer_layer, i.e. output from shade_p_value() or shade_confidence_interval().

...

Arguments passed to methods.


[Package infer version 1.0.7 Index]