startVals: Provides starting values from various distributions

View source: R/startVals.R

startValsR Documentation

Provides starting values from various distributions

Description

Returns a vector of starting values for use in functions that require starting values.

Usage

startVals(n, min, max, mean, sd, dist)

Arguments

n

the number of values to return

min

the minimum value

max

the maximum value

mean

the mean value

sd

the standard deviation of the distribution

dist

the distribution to be used currently just "norm" or "unif"

Value

constrained likelihood function is returned

Author(s)

Heath Blackmon


coleoguy/chromePlus documentation built on July 27, 2023, 12:39 p.m.