| iscaminvt | R Documentation |
invt calculates the t quantile of a specified probability.
iscaminvt(prob, df, direction, verbose = TRUE)
prob |
Desired probability. |
df |
Degrees of freedom |
direction |
direction for probability calculation: "above", "below", "outside", "between". |
verbose |
Logical, defaults to |
The t value for the specified probability.
iscaminvt(0.05, df = 15, direction = "below")
iscaminvt(0.10, df = 25, direction = "above")
iscaminvt(0.95, df = 30, direction = "between")
iscaminvt(0.05, df = 20, direction = "outside")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.