raw_table: Summary data table

Description Usage Arguments Value

View source: R/nof1gen.summary.R

Description

Provides a summary data table for the particular outcome in a particular dataset.

Usage

1
raw_table(nof1)

Arguments

nof1

nof1 object created using nof1.data

Value

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.


arisp99/nof1gen documentation built on May 19, 2019, 9:37 p.m.