reconstructData {Harman} | R Documentation |
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.
reconstructData(object, this = "corrected")
object |
An instance of |
this |
string, legal values are |
matrix
of data
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)