The pumpgridresult object is an S3 class that holds the results from `pump_power_grid()`, `pump_sample_grid()`, and `pump_mdes_grid()`.
It has several methods that pull different information from this object, and some printing methods for getting nicely formatted results.
is.pumpgridresult(x)# S3 method for pumpgridresult
print(x, header = TRUE, include_SE = FALSE, ...)
# S3 method for pumpgridresult
summary(object, include_SE = FALSE, ...)
is.pumpgridresult: TRUE if object is a pumpgridresult object.
print: No return value; prints results.
summary: No return value; prints results.
a pumpgridresult object (except for is.pumpgridresult, where it is a generic object to check).
logical; FALSE means skip some header info on the result, just print the data.frame of actual results.
logical; TRUE means include standard errors and df.
extra options passed to print.pumpgridresult
object to summarize.