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.
runDetailedResults(Data, GroupVar = "", ReplicateVar = "", effect = "",Inverse=FALSE)
Tall formatted data from Histopath.
The name of the treatment variable.
The name of the replicate variable.
The effect being tested.
Bool, indicating that this effect is an inverse scale effect.
Returns a list containing:
The top level of the list is a numeric key associated with the severity score.
Chi square results.
The results from the RSCABS analysis.
The frequency table associated with each treatment level.