correct_heavy {imputeREE}R Documentation

Corrects for the model deviations of Er, 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_heavy(
  dat,
  Y_correction_fact = 1/0.72,
  Ho_correction_fact = 1,
  Er_correction_fact = 1/0.974,
  Tm_correction_fact = 1,
  Yb_correction_fact = 1/0.907,
  Lu_correction_fact = 1/0.926
)

Arguments

dat

A dataframe

Y_correction_fact

a number: correction factor for underestimated Y. 1/ 0.72 by default.

Ho_correction_fact

a number: correction factor for Ho. 1 by default.

Er_correction_fact

a number: correction factor for underestimated Er. 1/0.974 by default.

Tm_correction_fact

a number: correction factor for Tm. 1 by default.

Yb_correction_fact

a number: correction factor for underestimated Yb. 1/0.907 by default.

Lu_correction_fact

a number: correction factor for underestimated Lu. 1/0.926 by default.

Value

a data frame


[Package imputeREE version 0.0.5 Index]