mname: Get modelname from single object (used internally)

Description Usage Arguments

View source: R/classes.R

Description

Get modelname from single object (used internally)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mname(x, conditions = NULL)

## S3 method for class ''NULL''
mname(x, conditions = NULL)

## S3 method for class 'character'
mname(x, conditions = NULL)

## S3 method for class 'objfn'
mname(x, conditions = NULL)

## S3 method for class 'fn'
mname(x, conditions = NULL)

Arguments

x

dMod object

conditions

character vector of conditions


dMod documentation built on Jan. 27, 2021, 1:07 a.m.