Usage
# S3 method for stanreg
estimate_response(
model,
data = NULL,
transform = "response",
include_smooth = TRUE,
include_random = TRUE,
length = 25,
preserve_range = TRUE,
predict = "response",
keep_draws = FALSE,
draws = NULL,
seed = NULL,
centrality = "median",
ci = 0.95,
ci_method = "hdi",
...
)# S3 method for stanreg
estimate_link(
model,
data = "grid",
transform = "response",
include_smooth = TRUE,
include_random = FALSE,
length = 25,
preserve_range = TRUE,
predict = "link",
keep_draws = FALSE,
draws = NULL,
seed = NULL,
centrality = "median",
ci = 0.95,
ci_method = "hdi",
...
)
# S3 method for data.frame
estimate_response(
model,
data = NULL,
transform = "response",
include_smooth = TRUE,
include_random = FALSE,
length = 25,
preserve_range = TRUE,
predict = "link",
keep_draws = FALSE,
draws = NULL,
seed = NULL,
centrality = "median",
ci = 0.95,
ci_method = "hdi",
...
)
# S3 method for data.frame
estimate_link(
model,
data = "grid",
transform = "response",
include_smooth = TRUE,
include_random = FALSE,
length = 25,
preserve_range = TRUE,
predict = "link",
keep_draws = FALSE,
draws = NULL,
seed = NULL,
centrality = "median",
ci = 0.95,
ci_method = "hdi",
...
)