stand_lm: stand_lm: function to perform the linear regression for the...

View source: R/QCfunctions.R View source: R/QCfunctions.R View source: R/MLMSfunctions.R

stand_lmR Documentation

stand_lm: function to perform the linear regression for the internal standards quality check and plot the results

Description

stand_lm: function to perform the linear regression for the internal standards quality check and plot the results

Usage

stand_lm(acceptedMeas.df)

Arguments

acceptedMeas.df

dataframe with accepted and measured values for internal standards (rownames are thestandard names, colnames=c(accepted,measured))

Value

list whose first element is the lm model and the second is the model summary

Examples

Usage Example
avgSD_d18O<-avg_sd_d18O_standards(allStand_d18O.list)
standDat<-testAvg_d18O[[2]]
stand.lm<-stand_lm(standDat)

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.