mig_assumption_extract_and_set: Extract or set the migration assumption or migration type

mig_assumption.ccmpp_input_listR Documentation

Extract or set the migration assumption or migration type

Description

Returns or sets the migration assumption for a mig_parameter object. Migration assumption is stored in the column in rows where indicator = “mig_assumption”. Migration type is stored in the column in rows where indicator = “mig_type”.

Usage

## S3 method for class 'ccmpp_input_list'
mig_assumption(x)

## S3 replacement method for class 'ccmpp_input_list'
mig_assumption(x) <- value

## S3 method for class 'ccmpp_input_list'
mig_type(x)

## S3 replacement method for class 'ccmpp_input_list'
mig_type(x) <- value

mig_assumption(x)

## S3 method for class 'mig_parameter'
mig_assumption(x)

mig_assumption(x) <- value

## S3 replacement method for class 'mig_parameter'
mig_assumption(x) <- value

mig_type(x)

## S3 method for class 'mig_parameter'
mig_type(x)

mig_type(x) <- value

## S3 replacement method for class 'mig_parameter'
mig_type(x) <- value

Arguments

x

An object inheriting from mig_parameter.

Value

For the extraction function, a character string with the assumption or type; for the replacement function, x (invisibly) with the assumption or type to set to value.

Author(s)

Mark Wheldon


markalava/ccmppWPP documentation built on April 21, 2022, 12:36 a.m.