FitHZARmodel: FitHZARmodel

Description Usage Arguments Value Author(s) Examples

View source: R/FitHZARmodel.R

Description

FitHZARmodel takes hzar object and use some arbitrarly chosen parameters to fit the model

Usage

1
2
FitHZARmodel(AdaA, tails = "none", BoxReq = NA, chainLength = 5000,
  burnin = 1000)

Arguments

AdaA

an hzar object

tails

'none' for logistic clines, 'mirror' for logistic with exponenctial tails

BoxReq

c(min, max) adds requirements to any and all of the parameters center, width, deltaM, deltaL, and deltaR.

chainLength

sets the length of mc for exploring a parameter space

burnin

is number of points that at explored in tyhe parametric space before the chain is initiated

Value

A fitted hzar model

Author(s)

Kamil Jaron kamiljaron at gmail.com

Examples

1
2
3
4
{
   AdaA <- SummaryToHZAR(sim[[1]], GradTable[1,])
   AdaAmodelData <- FitHZARmodel(AdaA);
}

KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.