unmask {blindreview} | R Documentation |
Prints tables resulting from masking performed by brMask function to permit user to identify potential outliers by their original identities
unmask(object, obsrange=NULL, verbose=TRUE)
object |
name of brMask object |
obsrange |
NULL or vector of integers, NULL causes entire data frame of observation numbers to be printed |
verbose |
TRUE causes function identifier to display before and after run |
None returned, printout only
William R. Fairweather
info4 <- system.file("extdata", "micebrM.R", package="blindreview");
brMaskOut <- source(info4);
print(brMaskOut);
brMaskOut <- brMaskOut[[1]];
unmask(brMaskOut)