File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ext/InferenceObjectsPosteriorStatsExt Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ function StatsBase.summarystats(data::InferenceObjects.Dataset; kwargs...)
1313end
1414
1515@doc """
16- summarize(data::InferenceData, group=:posterior, stats_funs...; kwargs...)
16+ summarize(data::InferenceData, stats_funs...; group=:posterior, kwargs...)
1717 summarize(data::Dataset, stats_funs...; kwargs...)
1818
1919Compute summary statistics for the data using the provided functions.
2020
21- For verbose variable labels, provide `compat_labels =false`. For details on `stats_funs` and
21+ For verbose variable labels, provide `compact_labels =false`. For details on `stats_funs` and
2222`kwargs`, see [`PosteriorStats.summarize`](@extref).
2323
2424# Examples
You can’t perform that action at this time.
0 commit comments