print.dr4pl {dr4pl}R Documentation

Print the dr4pl object to screen.

Description

Print the dr4pl object to screen.

Usage

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

Arguments

x

a dr4pl object to be printed

...

all normally printable arguments

Examples

ryegrass.dr4pl <- dr4pl(Response ~ Dose,
                        data = sample_data_1)
print(ryegrass.dr4pl)

obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_5)
print(obj.dr4pl)

[Package dr4pl version 2.0.0 Index]