View source: R/posterior_distributions.R
posterior_t | R Documentation |
Samples from the posterior distribution of the noncentral t-distribution. The posterior distribution is generated using Fisher's fiducial approach.
posterior_t(t, df, fixed = FALSE, ndraws = 2e+05)
t |
The t-test of the previous study. |
df |
The degrees of freedom associated with the t-test. |
fixed |
Is the predictor fixed or random? Default is FALSE to indicate randomly sampled predictor. |
ndraws |
Specifies the number of initial samples from the posterior. For small effect sizes and when filter or upper_null > 0 the number of returned samples from the posterior distribution will be lower than ndraws. |
A vector of samples from the posterior distribution of the noncentral t-distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.