Skip to contents

Prepares data for an RSCABS analysis

Usage

prepDataRSCABS(
  Effect = "",
  Data = {
 },
  Treatment = "",
  Replicate = ""
)

Arguments

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.

Value

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.

Author

Joe Swintek