OpasnetUtils/Init.assessment: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(Created page with "Category:Opasnet Category:R tools {{method|moderator=|stub=Yes}} ==Description== init.assessment creates S4 assessment from dependencies data.frame, including decisions, ...")
 
mNo edit summary
Line 53: Line 53:


return(assessment)
return(assessment)
# Does it cause problems to use the wide direction? Anyway, there should be exactly one Result column.
## No it doesn't if the Observation columns are such as Unit, Result, Description.
}


</rcode>
</rcode>

Revision as of 08:41, 14 June 2012


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.

Dependencies

A data.frame that has the structure of oassessment@name (Columns: Name, Identifier, Direction, Result)

Code

+ Show code

See also