Skip to content

Commit 6e403c0

Browse files
committed
fix docstring
1 parent bba8562 commit 6e403c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bambi/backend/pymc.py

+5
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,11 @@ def _run_laplace(self, draws, omit_offsets, include_mean):
451451
model: PyMC model
452452
draws: int
453453
The number of samples to draw from the posterior distribution.
454+
omit_offsets: bool
455+
Omits offset terms in the ``InferenceData`` object returned when the model includes
456+
group specific effects.
457+
include_mean: bool
458+
Compute the posterior of the mean response.
454459
455460
Returns
456461
-------

0 commit comments

Comments
 (0)