correct_middle {imputeREE} | R Documentation |
Corrects for the model deviations of Yb, Lu and Y
Description
Calculated value of Yb, Lu and Y slightly deviates from the linear regression. This function apply a correction to compensates those deviations. This function is wrapped inside model_REE()
Usage
correct_middle(
dat,
Nd_correction_fact = 1/0.989,
Sm_correction_fact = 1/1.022,
Gd_correction_fact = 1/1.033,
Tb_correction_fact = 1/1.05,
Dy_correction_fact = 1/1.032,
Pr_correction_fact = 1/0.918
)
Arguments
dat |
A dataframe |
Nd_correction_fact |
a number: correction factor for underestimated Nd 1/0.0.989 |
Sm_correction_fact |
a number: correction factor for overestimated Sm 1/1.022 |
Gd_correction_fact |
a number: correction factor for overestimated Gd 1/1.033 |
Tb_correction_fact |
a number: correction factor for overestimated Tb 1/1.050 |
Dy_correction_fact |
a number: correction factor for overestimated Dy 1/1.032 |
Pr_correction_fact |
a number: correction factor for overestimated Pr 1/0.918 |
Value
a data frame
[Package imputeREE version 0.0.5 Index]