| ELBAR | R Documentation | 
ELiminate BAckground-dominated Reading (ELBAR)
ELBAR(
  sdf,
  return.pval = FALSE,
  pval.threshold = 0.05,
  margin = 0.05,
  capMU = 3000,
  delta.beta = 0.2,
  n.windows = 500
)
sdf | 
 a   | 
return.pval | 
 whether to return p-values, instead of a SigDF  | 
pval.threshold | 
 minimum p-value to mask  | 
margin | 
 the percentile margin to define envelope, the smaller the value the more aggressive the masking.  | 
capMU | 
 the maximum M+U to search for intermediate betas  | 
delta.beta | 
 maximum beta value change from sheer background-dominated readings  | 
n.windows | 
 number of windows for smoothing  | 
a SigDF with mask added
sdf <- sesameDataGet("EPIC.1.SigDF")
sum(sdf$mask)
sum(ELBAR(sdf)$mask)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.