EMSC_model {EMSC} | R Documentation |
Model object for extended multiplicative signal correction (EMSC)
Description
Sets up an EMSC model to be applied to one or more set of spectra.
Usage
EMSC_model(
x,
reference = NA,
degree = 2,
interferent = NULL,
constituent = NULL,
weights = NULL,
replicates = NULL,
rep_corr = 0.9
)
Arguments
x |
|
reference |
|
degree |
|
interferent |
|
constituent |
|
weights |
|
replicates |
optional |
rep_corr |
proportion of variance or number of subspace components in replicate space (default = 0.9). |
Value
An EMSC model is returned containing all parameters.
See Also
[Package EMSC version 0.9.4 Index]