report_outliers: Report locus or population outliers

Description Usage Arguments

View source: R/outlier.R

Description

Report locus or population outliers

Usage

1
report_outliers(fit, genos, alpha = 0.05, locus = TRUE, pop = TRUE)

Arguments

fit

The model results to check for outliers

genos

The original genotype data

alpha

Use 1 - alpha central credible interval to identify outliers

locus

If TRUE report locus outliers

pop

If TRUE report population outliers

Locus or population specific estimates of theta are reported if the credible interval for the difference between those estimates and the overall estimate of theta does not overlap 0. The report lists the locus or population identified as an outlier, the mean difference between the specific and overall estimate and the (alpha/2, 1 - alpha/2) credible interval for the difference.


kholsinger/Hickory documentation built on Jan. 9, 2022, 6:30 p.m.