View source: R/transform_data_by_residual.R
transform_data_by_residual | R Documentation |
This functions makes quantile-quanitle (qq) plots of i) raw residual values ii) log-transformed residual values iii) raw residual values after removing outliers, and iv) log-transformed residual values after removing outliers. To detect outliers, the function uses Rosner's test.
transform_data_by_residual( data, residual_values, response_column, alpha = 0.05 )
data |
Input data |
residual_values |
User provided residual values |
response_column |
Name of the variable observed by performing the experiment. ex) intensity. |
alpha |
numeric scalar between 0 and 1 indicating the Type I error associated with the test of outliers |
Quantile-quanitle (qq) plots of i) raw residual values ii) log-transformed residual values iii) raw residual values after removing outliers, and iv) log-transformed residual values
transform_data(data,"classif",c("experiment","line"),"feature1","TRUE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.