Hi ,
I am using Rstan interface and using Stan’s optimizing() function to optimize parameters. Is there a way to access/ extract the output using a similar function like the extract() function for a stan fit object? I can understand print() gives values for all parameters in the console, but I would like to get the values for some parameters as a data frame.
Thanks