dnormal: Double normal ogive

dnormal,FLQuant,FLPar-methodR Documentation

Double normal ogive

Description

Double normal ogive

Usage

## S4 method for signature 'FLQuant,FLPar'
dnormal(age, params, ...)

Arguments

age

FLQuant or FLCohort

params

FLPar with parameters a1 age at maximum, sl SD for lefthand limb and sr SD for righthand limb.

...

any other arguments

Value

Returns an object of same class as age e.g. FLQuant

See Also

sigmoid, dnormal, logistic

Examples

## Not run: 
params=FLPar(a1=4,sl=2,sr=5000)
dnormal(FLQuant(1:10,dimnames=list(age=1:10)),params)

## End(Not run)

flr/FLife documentation built on March 29, 2024, 5:50 p.m.