rstar_glm(
.formula,
.data,
.model = c("logistic", "linear", "poisson"),
.psidesc = "Coefficient of Interest",
.psival = 0,
.fpsi = 2,
.rstar.ci = FALSE,
trace = FALSE,
...
)# S3 method for logistic
rstar_glm(
.formula,
.data,
.model = c("logistic", "linear", "poisson"),
.psidesc = "Coefficient of Interest",
.psival = 0,
.fpsi = 2,
.rstar.ci = FALSE,
trace = FALSE,
...
)
# S3 method for linear
rstar_glm(
.formula,
.data,
.model = c("logistic", "linear", "poisson"),
.psidesc = "Coefficient of Interest",
.psival = 0,
.fpsi = 2,
.rstar.ci = FALSE,
trace = FALSE,
...
)
# S3 method for poisson
rstar_glm(
.formula,
.data,
.model = c("logistic", "linear", "poisson"),
.psidesc = "Coefficient of Interest",
.psival = 0,
.fpsi = 2,
.rstar.ci = FALSE,
trace = FALSE,
...
)
# S3 method for default
rstar_glm(
.formula,
.data,
.model = c("logistic", "linear", "poisson"),
.psidesc = "Coefficient of Interest",
.psival = 0,
.fpsi = 2,
.rstar.ci = FALSE,
trace = FALSE,
...
)