Learn R Programming

PFIM (version 6.0.3)

setName: Set the name of an object.

Description

Set the name of an object.

Usage

setName(object, name)

# S4 method for Arm setName(object, name)

# S4 method for Design setName(object, name)

# S4 method for Model setName(object, name)

Value

The object with the updated name.

Arguments

object

An object defined form a class of PFIM.

name

A string giving the name of the object.