genRandomPar: Generator function for initial values in Rogers and Castro...

Description Usage Arguments Value Examples

View source: R/genrandom.R

Description

Generate 7, 9, 11 and 13 random values for Roger and Castro migration models.

Usage

1
genRandomPar(profile = "seven")

Arguments

profile

Number of parameters for the model that will be optimized.

Value

A list with random values for parameters

Examples

1
2
3
4
5
6
7
## Not run: 
genRandomPar(profile = "seven")
genRandomPar(profile = "nine")
genRandomPar(profile = "eleven")
genRandomPar(profile = "thirteen")

## End(Not run)

elflacosebas/migraR documentation built on Feb. 26, 2021, 3:03 p.m.