as.partab: Create Model Parameter Table in Project Context

Description Usage Arguments Details Methods (by class) See Also

Description

Creates a model parameter table in project context.

Creates a model parameter table from a partab object.

Creates a model parameter table from a number.

Creates a model parameter table from a character string.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
as.partab(x, ...)

## S3 method for class 'partab'
as.partab(x, ...)

## S3 method for class 'numeric'
as.partab(x, ...)

## S3 method for class 'character'
as.partab(x, ...)

Arguments

x

object of dispatch

...

arguments to methods

Details

x can be numeric or character model name, assuming project is identified by argument or option.

Just returns the object unmodified.

Just coerces to character and calls as.partab again.

Reclassifies x as a modelname and calls as.partab again.

Methods (by class)

See Also

as.partab.modelname


bergsmat/partab documentation built on May 12, 2019, 3:09 p.m.