TDAtools-package: A collection of functions written for students at the...

Description Details Author(s) Examples

Description

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.

Details

Package: TDAtools
Type: Package
Version: 1.0
Date: 2013-02-12
License: GPL-2

Author(s)

Ananda Mahto

Maintainer: Ananda Mahto <anandamahto@dhan.org>

Examples

 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)

mrdwab/TDAtools documentation built on May 23, 2019, 7:15 a.m.