OpasnetUtils/Ovariable

From Opasnet
Revision as of 11:25, 14 June 2012 by Mori (talk | contribs) (Created page with "Category:Opasnet Category:R tools {{method|moderator=|stub=Yes}} =movariable= ==Description== movariable takes a data.frame, a function, and a list and makes an ovariabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



movariable

Description

movariable takes a data.frame, a function, and a list and makes an ovariable out of them. It is a subfunction of make.ovariable and prevents infinite recursion of S4 methods.

Code

+ Show code


setclass.ovariable

Description

Defines the S4 class "ovariable" which is the basic building block in open assessments.

Code

+ Show code


setmethod.make.ovariable

Description

make.ovariable takes a vector or data.frame and makes an ovariable out of it.

Code

+ Show code

See also