print.interaction {qvirus} | R Documentation |
This method prints a summary of the CD4 and viral load differences contained in the interaction object. It provides both raw and standardized values for CD4 differences, as well as raw, log10-transformed, and log10-standardized values for viral load differences.
## S3 method for class 'interaction'
print(x, ...)
x |
An object of class |
... |
Additional arguments passed to the summary function. |
This function does not return a value; it prints the summary statistics directly to the console.
data("vl_3")
data("cd_3")
interaction_obj <- create_interactions(cd_3, vl_3)
print(interaction_obj)