You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if we rexport bf and lognormal() etc will 1. make it clear which families we have build support for and which may need new tooling and two mean that users don't need to load or specify brms when using them? What do you think?
The families from stats:: and brms:: that we have particular support for (i.e. special prediction functionality) OR all the families from stats:: and brms:: that epidist is compatible with (i.e. all of them)
Some functions like brms::bf which are used a lot (any others?)
This would look like (I think):
#' @importFrom brms bf
#' @export
brms::bf
Then run devtools::document().
I'd be in favour of just exporting the families we have prediction functionality for.
The text was updated successfully, but these errors were encountered:
Originally posted by @seabbs in #52 (comment)
We could re-export:
stats::
andbrms::
that we have particular support for (i.e. special prediction functionality) OR all the families fromstats::
andbrms::
thatepidist
is compatible with (i.e. all of them)brms::bf
which are used a lot (any others?)This would look like (I think):
Then run
devtools::document()
.I'd be in favour of just exporting the families we have prediction functionality for.
The text was updated successfully, but these errors were encountered: