powered by
Implements exact t-distributions instead of a normal approximation
Student(two_armed = TRUE)# S4 method for Student quantile(x, probs, n, theta, ...)# S4 method for Student,numeric simulate(object, nsim, n, theta, seed = NULL, ...)
# S4 method for Student quantile(x, probs, n, theta, ...)
# S4 method for Student,numeric simulate(object, nsim, n, theta, seed = NULL, ...)
logical indicating if a two-armed trial is regarded
outcome
vector of probabilities
sample size
distribution parameter
further optional arguments
object of class Student
Student
number of simulation runs
random seed
see probability_density_function and cumulative_distribution_function to evaluate the pdf and the cdf, respectively.
probability_density_function
cumulative_distribution_function
datadist <- Student(two_armed = TRUE)
Run the code above in your browser using DataLab