-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all_population_estimates empty if Bayesian results #4
Comments
The purpose of the Could you perhaps explain a bit more in detail what you are using the method for. I could for example add other methods that get other types of population estimates i.e. |
Hmmm. I'm not clear on the usage of the SOBlock. Is it there to prove additional data? Can it have repeated datasets? I looked in the SO spec and there is no mention of its role in the organisation of the SO document. Coming back to the function - perhaps the name is mis-leading. It's worth noting that there is no function documentation available to help understand it's behaviour. I just presumed it was a convenience method to get all population estimates regardless of type. What's the best approach? I'm not sure. It would be nice to have a catch all method that gave me all the population estimates in a given SO block regardless of type. Having multiple blocks does confuse things. What does the function do if there are the same parameters across blocks? |
One SOBlock can be viewed as a totally separated set of results. It could as well have been in another SO-file, but for some applications it is good to have the results from multiple runs in the same file and to easily be able to extract for example parameter estimates over a set of runs at the same time. This is the purpose of About documentation: thought there was documentation, I need to check. |
Ok. That makes sense. Perhaps leave any changes to the API just now and see what feedback I get from IOR testing. That will give us an idea about how modellers are trying to access MLE and Bayesian data. |
If a Bayesian estimation results are held by SO then the function
all_population_estimates
returns an empty data frame.This doesn't seem correct as the SO does contain Bayesian population estimates. These and estimates in the `OtherMethod' list should be included.
The text was updated successfully, but these errors were encountered: