Description Usage Arguments Value Author(s)
View source: R/prepDataRSCABS.R
an internal function that takes tall formatted data and converts it to a form usable for the RSCABS analysis.
1 | prepDataRSCABS(Effect = "", Data = {}, Treatment = "", Replicate = "")
|
Effect |
The endpoint being converted. |
Data |
The tall formatted data set. |
Treatment |
The name of the treatment variable. |
Replicate |
The name of the replicate variable. |
Returns a list containing:
x.i.j |
matrix containing the number of observed "successes" for replicate i on treatment j. |
n.i.j |
matrix containing the number of observations for replicate i on treatment j. |
m.i |
matrix of number replicates in each treatment-replicate combination. |
K.max |
The maximum severity score for the endpoint. |
Joe Swintek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.