Description Usage Arguments Value See Also Examples
View source: R/reconstructData.R
Method which reverts the PCA factorisation for instances of
harmanresults
. This allows the original or corrected data to be
returned back from the PCA domain into the original data domain.
1 | reconstructData(object, this = "corrected")
|
object |
An instance of |
this |
string, legal values are |
matrix
of data
1 2 3 4 5 6 | library(HarmanData)
data(OLF)
expt <- olf.info$Treatment
batch <- olf.info$Batch
olf.harman <- harman(olf.data, expt, batch)
olf.data.corrected <- reconstructData(olf.harman)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.