LRM: Logistic Regression Model Score

View source: R/chemistry.R

LRMR Documentation

Logistic Regression Model Score

Description

This function calculates the Logistic Regression Model score in order to calculate the Chemistry SQO scores for the given sites. The ultimate guide for this function is the CASQO Technical Manual Chapter 3 (end of page 31 to beginning of page 34)

Usage

LRM(chemdata)

Arguments

chemdata

a dataframe with the following headings:

StationID,

AnalyteName,

Result,

RL,

MDL

Examples

data(chem_sampledata) # load sample data to your environment
LRM(chem_sampledata) # get scores and see output


SCCWRP/SQOUnified_archive documentation built on March 30, 2022, 12:14 a.m.