calculate_rasta: Calculate a specific RASTA(A, B, C, Ref) from an input block...

View source: R/convert_data.R

calculate_rastaR Documentation

Calculate a specific RASTA(A, B, C, Ref) from an input block table.

Description

Calculate a specific RASTA(A, B, C, Ref) from an input block table.

Usage

calculate_rasta(raw_ras, A, B, C)

Arguments

raw_ras

tibble. A tibble containing the results

A

character. Population A fr the rasta calculation. Must be present in the raw_ras$Left.

B

character. Population B for the rasta calculation. Must be present in the raw_ras$Left.

C

character. Population C for the rasta calculation. Must be present in the raw_ras$Right.

Value

A tibble with the requested RASTA, it's error and ZScore


TCLamnidis/TCLHelperRPackage documentation built on Aug. 27, 2022, 12:42 a.m.