R_factor {biodosetools} | R Documentation |
Calculate R regression confidence factor
Description
Calculate R regression confidence factor depending on selected confidence interval and type of fit.
Usage
R_factor(general_fit_coeffs, conf_int = 0.95)
Arguments
general_fit_coeffs |
Generalised fit coefficients matrix. |
conf_int |
Confidence interval, 95% by default. |
Value
Numeric value of R regression confidence factor.
[Package biodosetools version 3.6.1 Index]