numpyro==0.16.1
to avoid TypeError
when using a discrete data distribution, e.g. Bernoulli.scipy==0.12
to avoid error cannot import name 'gaussian' from 'scipy.signal'
.numpyro==0.13.2
to avoid ModuleNotFoundError: No module named 'jax.linear_util'
.numpyro
dag_greta()
is now deprecated; dag_numpyro()
should be used as a drop-in replacement.install_causact_deps
.numpyro
.dag_render()
.causact
probability distribution functions. See ?causact::distributions
.dim
argument of probability distributions.greta::variable()
to be used for flat priors.tidyr::replace_na()
.greta
matrix operations like %*%
and other greta
functions within the rhs
argument of the dag_node
function has been added.mixture
example.rhs
argument supplied to dag_node()
displayed a dplyr
warning message.meaningfulLabels()
function for users who are using code generated by dag_greta(mcmc=FALSE)
.dag_render()
displayed weird DAGs when users have dplyr (>=v1.0)
installed. Isolated problem to changes in dplyr::group_indices()
and dplyr::bind_cols
that caused a jumbling of node id's.dag_greta()
now returns a dataframe as opposed to creating variables in your global environment.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.