Learn R Programming

RSCABS (version 0.9.5)

runDetailedResults: Attain detailed results on an endpoint

Description

An internal function called by OtherPath to attain detailed results on an endpoint. This function; performs a chi-squared test for homogeneity, calculates a frequency table, and recalculates RSCABS.

Usage

runDetailedResults(Data, GroupVar = "", ReplicateVar = "", effect = "",Inverse=FALSE)

Arguments

Data

Tall formatted data from Histopath.

GroupVar

The name of the treatment variable.

ReplicateVar

The name of the replicate variable.

effect

The effect being tested.

Inverse

Bool, indicating that this effect is an inverse scale effect.

Value

Returns a list containing:

Numeric

The top level of the list is a numeric key associated with the severity score.

ChiResults

Chi square results.

Step$Row

The results from the RSCABS analysis.

Step$FreqTable

The frequency table associated with each treatment level.

See Also

detailedResults2HTML, detailedResults2Output