egf_top {epigrowthfit}R Documentation

Top Level Nonlinear Model Parameter Names

Description

Retrieves the names used internally for top level nonlinear model parameters.

Usage

egf_top(object, ...)

## S3 method for class 'egf_model'
egf_top(object, link = TRUE, ...)
## S3 method for class 'egf'
egf_top(object, link = TRUE, ...)

Arguments

object

an R object specifying a top level nonlinear model, typically of class egf_model or egf.

link

a logical flag. If TRUE, then "<link>(<name>)" is returned instead of "<name>".

...

unused optional arguments.

Value

A character vector listing names relevant to object.


[Package epigrowthfit version 0.15.3 Index]