tsa.zscore: Z-Score Calculation

View source: R/Functions.R

tsa.zscoreR Documentation

Z-Score Calculation

Description

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

Usage

tsa.zscore(Test, Reference, na.cutoff = 0.7)

Arguments

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.

Examples

tsa.zscore()

p-schaefer/BenthicAnalysis documentation built on May 3, 2023, 5:49 a.m.