gaze(x, ...)# S3 method for lm
gaze(
x,
...,
coef = NULL,
digits = max(3L, getOption("digits") - 3L),
signif.stars = FALSE
)
# S3 method for micsr
gaze(
x,
...,
coef = NULL,
digits = max(3L, getOption("digits") - 3L),
signif.stars = FALSE
)
# S3 method for ivreg
gaze(
x,
...,
coef,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars")
)
# S3 method for rdrobust
gaze(x, ..., first_stage = FALSE)
# S3 method for CJMrddensity
gaze(x, ...)
# S3 method for htest
gaze(x, ..., digits = 3)
# S3 method for anova
gaze(x, ..., digits = 3)
# S3 method for LMtestlist
gaze(x, ..., digits = 3)