StudentDataDistribution-class: Student's t data distribution

Description Usage Arguments See Also Examples

Description

Implements exact t-distributions instead of a normal approximation

Usage

1
2
3
4
5
6
7
Student(two_armed = TRUE)

## S4 method for signature 'Student'
quantile(x, probs, n, theta, ...)

## S4 method for signature 'Student,numeric'
simulate(object, nsim, n, theta, seed = NULL, ...)

Arguments

two_armed

logical indicating if a two-armed trial is regarded

x

outcome

probs

vector of probabilities

n

sample size

theta

distribution parameter

...

further optional arguments

object

object of class Student

nsim

number of simulation runs

seed

random seed

See Also

see probability_density_function and cumulative_distribution_function to evaluate the pdf and the cdf, respectively.

Examples

1
datadist <- Student(two_armed = TRUE)

adoptr documentation built on June 28, 2021, 5:11 p.m.