Learn R Programming

sybil (version 2.2.0)

upgradeModelorg: Upgrade modelorg to newer version.

Description

Performs necessary changes to the object to promote it to a newer version.

Usage

upgradeModelorg(object)

Arguments

object

An object of class '>modelorg.

Value

An object of class '>modelorg, matching the current version requirements used by sybil.

Details

This method performs the necessary changes on a modelorg object to promote it to a newer version.

Changes from previous modelorg version (no version slot set) to version 2.0: Representation in the gprRules slot is now incompatible to the earlier versions.

Examples

Run this code
# NOT RUN {
	data(Ec_core)
	upgradeModelorg(Ec_core)
# }

Run the code above in your browser using DataLab