View source: R/Bayesian_likelihood.R
logisticOnePara_NormalPriorLikelihood | R Documentation |
one-parameter logistic model with normal prior
logisticOnePara_NormalPriorLikelihood(
alpha1,
alpha1_mean,
alpha1_sd,
intcpt,
x,
y
)
alpha1 |
parameter. |
alpha1_mean |
A number. |
alpha1_sd |
A number. |
intcpt |
A number. |
x |
A numeric vector. |
y |
A numeric vector. |
l -> likelihood function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.