# S3 method for block_lm
summary(object, ...)# S3 method for block_lm_summary
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
# S3 method for block_lm
coef(object, num = NULL, ...)
# S3 method for block_lm
residuals(object, num = NULL, ...)
# S3 method for block_lm
fitted(object, num = NULL, ...)
# S3 method for block_aov
summary(object, ...)
# S3 method for block_aov_summary
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
# S3 method for block_aov
coef(object, num = NULL, ...)
# S3 method for block_aov
residuals(object, num = NULL, ...)
# S3 method for block_aov
fitted(object, num = NULL, ...)
# S3 method for block_glm
summary(object, ...)
# S3 method for block_glm_summary
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
# S3 method for block_glm
coef(object, num = NULL, ...)
# S3 method for block_glm
residuals(object, num = NULL, ...)
# S3 method for block_glm
fitted(object, num = NULL, ...)