Description Details Author(s) Examples
This package collects some functions that were written to be used by students at the Tata-Dhan Academy, particularly for their courses in quantitative techniques and research.
Package: | TDAtools |
Type: | Package |
Version: | 1.0 |
Date: | 2013-02-12 |
License: | GPL-2 |
Ananda Mahto
Maintainer: Ananda Mahto <anandamahto@dhan.org>
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## TDASample
TDASample("Tata-Dhan Academy", 100, 10)
MyGroupedDF <- data.frame(
ClassLow = c(0, 50, 100, 150, 200, 250, 300, 350, 400, 450),
ClassHigh = c(50, 100, 150, 200, 250, 300, 350, 400, 450, 500),
Freq = c(78, 123, 187, 82, 51, 47, 13, 9, 6, 4))
## TDAGroupMean
TDAGroupMean(MyGroupedDF)
## TDAGroupMedian
TDAGroupMedian(MyGroupedDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.