Displaying 1 result from an estimated 1 matches for "rule_name_1".
2009 Apr 21
1
Functions in lists or arrays?
.../or
point me into a more sane
direction to explore?
One option I have thought of, is to get rid of the *_B?() functions and just
fill in a 3 dimensional array using
something like:
x <- NULL
dimnames(x) <- c(colnames(mat),colnames(dat), c("lbound","ubound"))
...
x["RULE_NAME_1", "DATA_COL_NAME_1", "lbound"] <- ...
...
But I'm not exactly sure how I would construct and/or add onto a global
array/etc extra dimnames, as I source
each generated *.R file.
Anyways, Not sure if I'm making much sense... thanks for any help,
-Toby.
[[alte...