Description Usage Arguments Examples
This function creates a histogram of the inputted variable and overlays a t density function with df degrees of freedom.
| 1 | iscam_addt(x, df)
 | 
| x | a vector of numeric values. | 
| df | degrees of freedom | 
| 1 2 | data("mtcars")
iscam_addt(mtcars$wt, 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.