powered by
summary
## S3 method for class 'td': summary(object, ...) ## S3 method for class 'summary.td': print(x, digits = max(3, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ...)
## S3 method for class 'summary.td': print(x, digits = max(3, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ...)
"td"
td
"summary.td"
summary.td
TRUE
object
print
"lm"
data(swisspharma) mod1 <- td(sales.a ~ imports.q + exports.q) summary(mod1) mod2 <- td(sales.a ~ 0, to = "quarterly", method = "uniform") summary(mod2)
Run the code above in your browser using DataLab