View source: R/CalculationFunctions.R
| setToleranceforRAS | R Documentation | 
Calculate tolerance for RAS. Takes a target row sum vector and target colsum vector. Specify either relative difference or absolute difference.
setToleranceforRAS(t_r, t_c, relative_diff = NULL, absolute_diff = NULL)
| t_r | A vector setting the target row sums of the matrix. | 
| t_c | A vector setting the target column sums of the matrix. | 
| relative_diff | A numeric value setting the relative difference of the two numerical vectors. | 
| absolute_diff | A numeric value setting the mean absolute difference of the two numerical vectors. | 
A numeric value of relative difference of t_r and t_c.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.