Description Usage Arguments Value Examples
Provides a summary data table for the particular outcome in a particular dataset.
1 | raw_table(nof1)
|
nof1 |
nof1 object created using nof1.data |
Gives a comprhensive table with several statistical values. Each column indicates the value given. For a normal or poisson response type the following are given:
Treat |
The treatment recieved |
mean |
The average value of the outcome |
sd |
The standard deviation for the outcome |
2.5% |
2.5% of the data are equal to or less than this value |
50% |
50% of the data are equal to or less than this value |
97.5% |
97.5% of the data are equal to or less than this value |
For a binomial or ordinal response type, returns a table where first row is each treatment and the following rows are the the number of data points taken at each possible value.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.