het_data: Heteroscedasticity

View source: R/heteroscedasticity.R

het_dataR Documentation

Heteroscedasticity

Description

This function takes a set of multilocus genotypes and estimates a vector divergence from stratum centroids. It can then

Usage

het_data()

Examples

library( dplyr)  
data(arapat)
arapat |> 
 filter( Species == "Mainland" ) |> 
 select( -Species, -Cluster, -ID, -Latitude, -Longitude ) |>
 heteroscedasticity()

dyerlab/gstudio documentation built on Feb. 2, 2024, 8:24 p.m.