Description Usage Arguments Value Author(s) See Also
View source: R/runDetailedResults.R
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.
1 | runDetailedResults(Data, GroupVar = "", ReplicateVar = "", effect = "",Inverse=FALSE)
|
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. |
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. |
Joe Swintek
detailedResults2HTML
, detailedResults2Output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.