| tsa.zscore | R Documentation | 
This calculates z-scores centered on Reference Sites. A certain number of NAs can be permitted in the reference set for each metric but metrics with NAs at the test site are automatically removed
tsa.zscore(Test, Reference, na.cutoff = 0.7)
| Test | Data frame of metric scores at the test site. | 
| Reference | Data frame of metric scores at the reference sites | 
| na.cutoff | A value between 0-1 indicating the percent of the reference set that can contain NAs for any metric. NAs are replaced by the mean value. | 
tsa.zscore()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.