0.1.2 • Published 6 years ago

ifct2017-frequencydistribution v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Frequency distribution of States/UTs for fixing the number of districts to be sampled in Indian Food Composition Tables 2017.

Please use @ifct2017/frequencydistribution instead.

const frequencyDistribution = require('ifct2017-frequencydistribution');
// {districts, states, selected, sampled}
// districts: No. of Districts
// states: No. of States/UTs
// selected: No. of districts to be selected from each State/UT
// sampled: Total No. of districts to be sampled

frequencyDistribution;
// {
//   "districts": ["1-5", ...],
//   "states": ["9", ...],
//   "selected": ["1", ...],
//   "sampled": ["9", ...]
// }

NPM

Ask about composition of 526 key foods in India: ifct2017.github.io

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago