OpasnetUtils/Init.assessment: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
[[Category:R tools]] | [[Category:R tools]] | ||
{{method|moderator=|stub=Yes}} | {{method|moderator=|stub=Yes}} | ||
==Description== | ==Description== | ||
init.assessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables. | init.assessment creates S4 assessment from dependencies data.frame, including decisions, stakeholders, probabilities, and variables. | ||
Line 7: | Line 8: | ||
<b>NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated. </b> | <b>NOTE! You must include the formula code from each variable page, otherwise formulas and dependencies are not updated. </b> | ||
==Dependencies== | ==Parameters== | ||
A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result) | ====Dependencies==== | ||
* A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result) | |||
==Code== | ==Code== | ||
Line 58: | Line 60: | ||
</rcode> | </rcode> | ||
==See also== | ==See also== | ||
Revision as of 08:55, 14 June 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)