Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

generalised_t

Generalised Student's t distribution (with location and scale)


Description

Density, distribution, and quantile function for the generalised t distribution with degrees of freedom df, shifted by location and scaled by scale.

Usage

dgent(x, df, location = 0, scale = 1)

pgent(q, df, location = 0, scale = 1)

qgent(p, df, location = 0, scale = 1)

Arguments

x, q

Vector of quantiles

df

Degrees of freedom, greater than zero

location

Location parameter

scale

Scale parameter, greater than zero

p

Vector of probabilities

Value

dgent() gives the density, pgent() gives the distribution function, qgent() gives the quantile function.


multinma

Bayesian Network Meta-Analysis of Individual and Aggregate Data

v0.3.0
GPL-3
Authors
David M. Phillippo [aut, cre] (<https://orcid.org/0000-0003-2672-7841>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.