runDetailedResults: Attain detailed results on an endpoint

Description Usage Arguments Value Author(s) See Also

View source: R/runDetailedResults.R

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

1
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.

Author(s)

Joe Swintek

See Also

detailedResults2HTML, detailedResults2Output


RSCABS documentation built on May 1, 2020, 9:06 a.m.