Generates a sequence of values centered on the maximum likelihood estimate (MLE) of a parameter, extending by specified factors in each direction.
get_grid(samples, param, num_points, start_factor, end_factor)
Numeric vector of grid points
Data frame of MCMC samples with NLL column
Character name of parameter column
Integer number of points in grid
Numeric factor for lower bound relative to MLE
Numeric factor for upper bound relative to MLE