Last chance! 50% off unlimited learning
Sale ends in
Summary of the number of observations with a given QAQC flag for each parameter column of a swmpr object
qaqcchk(swmpr_in)# S3 method for swmpr
qaqcchk(swmpr_in)
Returns a data.frame
with columns for swmpr parameters and row counts indicating the number of observations in each parameter assigned to a flag value.
input swmpr object
Viewing the number of observations for each parameter that are assigned to a QAQC flag may be useful for deciding how to process the data qith qaqc. The qaqcchk
function can be used to view this information. Consult the online documentation for a description of each QAQC flag: https://cdmo.baruch.sc.edu/data/qaqc.cfm
qaqc
## get data
data(apadbwq)
dat <- apadbwq
## view the number observations in each QAQC flag
qaqcchk(dat)
Run the code above in your browser using DataLab