map_estimate(x, precision = 2^10, method = "kernel", ...)# S3 method for numeric
map_estimate(x, precision = 2^10, method = "kernel", ...)
# S3 method for bayesQR
map_estimate(x, precision = 2^10, method = "kernel", ...)
# S3 method for stanreg
map_estimate(
x,
precision = 2^10,
method = "kernel",
effects = c("fixed", "random", "all"),
component = c("location", "all", "conditional", "smooth_terms", "sigma",
"distributional", "auxiliary"),
parameters = NULL,
...
)
# S3 method for brmsfit
map_estimate(
x,
precision = 2^10,
method = "kernel",
effects = c("fixed", "random", "all"),
component = c("conditional", "zi", "zero_inflated", "all"),
parameters = NULL,
...
)
# S3 method for data.frame
map_estimate(x, precision = 2^10, method = "kernel", ...)
# S3 method for emmGrid
map_estimate(x, precision = 2^10, method = "kernel", ...)