Skip to content

Commit

Permalink
try to add required (?) arg list in docstring (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sabanes Bove committed Dec 8, 2023
1 parent ba44933 commit d5e0b4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/meta_analytic.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
"""
Meta Analytic Prior Model
Meta Analytic Prior Model
This Turing model is used to generate posterior samples of the parameters `a` and `b`.
meta_analytic(
y::Vector{Bool},
time::Vector{Float64},
trialindex::Vector{Int64},
prior_a::Distribution,
prior_b::Distribution)
"""
@model function meta_analytic(
y::Vector{Bool},
Expand Down

0 comments on commit d5e0b4f

Please sign in to comment.