View source: R/DataAlignment.R
dataAlignment.test | R Documentation |
Align the monitoring sample X
and the reference sample Y
.
dataAlignment.test( X, Y, alignment = "unadjusted", constant = NULL, absolute = FALSE )
X |
vector. Monitoring sample. |
Y |
vector. Reference sample. |
alignment |
character string. Aligment of the data
|
constant |
scalar. Only used when the |
absolute |
logical. If |
X = c(30, 45, 50) Y = c(20, 22, 25, 30, 70) dataAlignment.test(X,Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.