Displaying 2 results from an estimated 2 matches for "var2c".
Did you mean:
var2
2012 Oct 26
4
Merge matrices with different column names
...cific column names. Ideally, I would like to combine these
separate matrices for a final output as a csv file.
A generic example:
Matrix 1
var1A var1B var1C
x x x
x x x
Matrix 2
var2A var2B var2C
x x x
x x x
I would like a final exportable matrix or dataframe or whichever format is
most workable.
Matrix 3
var1A var1B var1C
x x x
x x...
2008 Jul 30
1
odds ratios in multiway tables (stratified)
...(stratified) (+ the other usual statistics involved)
i mean:
say we have a table r*c*d,
For every d (depth) we have a r*c table,
and in this table the odds ratio's are calculated for every 2*2 subtable
in it.
logically this function would look like):
ORs(multiwaytable)
or
ORs(data$var1r,data$var2c,data$var3d)
(eg. not taking the lot together, keeping the paradox of simpson in
mind)
mvg,
Wim