mig_assumption.ccmpp_input_list | R Documentation |
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”.
## 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
x |
An object inheriting from |
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
.
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.