fit_vmsinmix: Fitting bivariate von Mises sine model mixtures using MCMC

View source: R/all_vmsin_fns.R

fit_vmsinmixR Documentation

Fitting bivariate von Mises sine model mixtures using MCMC

Description

Fitting bivariate von Mises sine model mixtures using MCMC

Usage

fit_vmsinmix(...)

Arguments

...

arguments (other than model) passed to fit_angmix

Details

Wrapper for fit_angmix with model = "vmsin"

Examples

# illustration only - more iterations needed for convergence
fit.vmsin.20 <- fit_vmsinmix(tim8, ncomp = 3, n.iter =  20,
                             n.chains = 1)
fit.vmsin.20


BAMBI documentation built on March 31, 2023, 11:24 p.m.

Related to fit_vmsinmix in BAMBI...