Plot likelihood for all parameters
plot_all_parameters(x, type = c("likelihood", "deviance"), ci_level = 0.95,
n_points = 100, ncol = NULL, ...)A likelihood_function object
Type of plot: "likelihood" or "deviance"
Confidence level for intervals (default: 0.95)
Number of parameter values for profile likelihood evaluation
Number of columns in the plot grid. If NULL, automatically
determined as ceiling(sqrt(n_parameters))
Additional arguments passed to plot
Invisibly returns NULL
Creates a multi-panel plot with one panel per parameter. Useful for visualizing all likelihood functions simultaneously for comparison.