Open bnicenboim opened 4 years ago
We want it to be exported. It could use documentation.
ok, the intended use is that the user would make their own ppc_functions, right?
Or make their own custom plots. The idea is that each bayesplot function does two things.
ppc_data()
is the data-preparation function for the ppc_()
plots.
Documentation for ppc_data()
is still missing from the page https://mc-stan.org/bayesplot/reference/PPC-distributions.html
In the same way, there is undocumented ppc_loo_pit_data()
in https://mc-stan.org/bayesplot/reference/PPC-loo.html
I wanted to create new ppc_ functions, and I've noticed ppc_data. The issue is the following: Is the documentation of this "external" function missing? Or is it an internal function exported mistake?