Learn R Programming

uGMAR (version 3.2.6)

print.gsmarsum: Print method from objects of class 'gsmarsum'

Description

print.gsmarsum is a print method for objects of class 'gsmarsum' created with the summary method summary.gsmar. Approximate standard errors are printed in brackets.

Usage

# S3 method for gsmarsum
print(x, ..., digits)

Arguments

x

object of class 'gsmarsum' generated by summary.gsmar.

...

currently not in use.

digits

the number of digits to be printed

Examples

Run this code
# NOT RUN {
# GMAR model
fit12 <- fitGSMAR(simudata, 1, 2, ncalls=4)
gsmarsum12 <- summary(fit12)
gsmarsum12
print(gsmarsum12, digits=4)
# }

Run the code above in your browser using DataLab