| summary.prob_fdist | R Documentation | 
Summary method for the probability calculator (F-distribution)
## S3 method for class 'prob_fdist'
summary(object, type = "values", ...)
| object | Return value from  | 
| type | Probabilities ("probs") or values ("values") | 
| ... | further arguments passed to or from other methods | 
See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant
prob_fdist to calculate results
plot.prob_fdist to plot results
result <- prob_fdist(df1 = 10, df2 = 10, ub = 2.978)
summary(result, type = "values")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.