Description Usage Arguments Examples
View source: R/PurpleAirSoH_dailyABtTest.R
This function calculates a t-test between
the pm25_A
, pm25_B
. A t-statistic and a p-value will be
returned for each day. All returned values are expected to hover near 0 for a
properly functioning sensor. The t-statistic and p-value serve to test whether
or not the pm25_A
and pm25_B
data are significantly different
based on a student’s t-test.
1 | PurpleAirSoH_dailyABtTest(pat = NULL)
|
pat |
PurpleAir Timeseries pat object. |
1 2 3 4 5 6 7 8 |
library(AirSensor)
tbl <-
example_pat_failure_B %>%
PurpleAirSoH_dailyABtTest()
timeseriesTbl_multiPlot(tbl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.