Learn R Programming

R2GUESS (version 2.0)

print.ESS: Provides a print method for class ESS

Description

Print method for R2GUESS

Usage

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

Arguments

x

an object of class ESS

...

not used currently

Details

print method for ESS class, returns a description of the x object.

See Also

as.ESS.object

Examples

Run this code
# NOT RUN {
# load an ESS object
modelY_Hopx <- example.as.ESS.object()
print(modelY_Hopx)
# }

Run the code above in your browser using DataLab