diff --git a/bambi/models.py b/bambi/models.py index a1bf37c8b..2eed4910c 100644 --- a/bambi/models.py +++ b/bambi/models.py @@ -616,7 +616,7 @@ def plot_priors( draws : int Number of draws to sample from the prior predictive distribution. Defaults to 5000. var_names : str or list - A list of names of variables for which to compute the posterior predictive + A list of names of variables for which to compute the prior predictive distribution. Defaults to ``None`` which means to include both observed and unobserved RVs. random_seed : int