powered by
Returns a data.frame containing summary (by dataset, location, and param) statistics.
# S3 method for mudata summary(object, ..., digits = NA)# S3 method for mudata print(x, ..., digits = 4)
# S3 method for mudata print(x, ..., digits = 4)
A mudata object
Unused
The number of digits to be used for rounding, or NA to suppress rounding.
A data.frame containing the summary
# NOT RUN { data(kentvillegreenwood) summary(kentvillegreenwood, digits=2) summary(kentvillegreenwood) print(kentvillegreenwood, digits=2) # }
Run the code above in your browser using DataLab