View source: R/QCfunctions.R View source: R/QCfunctions.R View source: R/MLMSfunctions.R
stand_lm | R Documentation |
stand_lm: function to perform the linear regression for the internal standards quality check and plot the results
stand_lm(acceptedMeas.df)
acceptedMeas.df |
dataframe with accepted and measured values for internal standards (rownames are thestandard names, colnames=c(accepted,measured)) |
list whose first element is the lm model and the second is the model summary
Usage Example
avgSD_d18O<-avg_sd_d18O_standards(allStand_d18O.list)
standDat<-testAvg_d18O[[2]]
stand.lm<-stand_lm(standDat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.