OpasnetUtils/Init.assessment: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Opasnet]] | [[Category:Opasnet]] | ||
[[Category:R tools]] | [[Category:R tools]] | ||
[[Category:OpasnetUtils]] | |||
{{method|moderator=|stub=Yes}} | {{method|moderator=|stub=Yes}} | ||
Line 9: | Line 10: | ||
==Parameters== | ==Parameters== | ||
====Dependencies==== | ====Dependencies==== | ||
* A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result) | * A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result) | ||
==Code== | ==Code== | ||
https://www.opasnet.org/svn/opasnet_utils/trunk/R/InitAssessment.r | |||
==See also== | ==See also== | ||
Line 66: | Line 23: | ||
* [[Object-oriented programming in Opasnet]] | * [[Object-oriented programming in Opasnet]] | ||
* [[Opasnet (R library)]] | * [[Opasnet (R library)]] | ||
Latest revision as of 13:36, 16 August 2012
Moderator:Nobody (see all) Click here to sign up. |
This page is a stub. You may improve it into a full page. |
Upload data
|
Description
init.assessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables.
NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated.
Parameters
Dependencies
- A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result)
Code
https://www.opasnet.org/svn/opasnet_utils/trunk/R/InitAssessment.r