Displaying 1 result from an estimated 1 matches for "famanu".
Did you mean:
manu
2010 Apr 30
1
confused on model.frame evaluation
...l))
The output prints out, no problem!
Now, another data set, note the identifying feature of this one is that
it contains a column with the same name as the object (i.e., "working")
working <- structure(list(france = c(1, 1, 1, 1, 0, 0, 0, 0), manual =
c(1, 1, 0, 0, 1, 1, 0, 0), famanual = c(1, 0, 1, 0, 1, 0, 1, 0), total =
c(107, 65, 66, 171, 87, 65, 85, 148), working = c(85, 44, 24, 17, 24,
22, 1, 6), no = c(22, 21, 42, 154, 63, 43, 84, 142)), .Names =
c("france", "manual", "famanual", "total", "working", "no"), row....