Displaying 1 result from an estimated 1 matches for "frailm".
Did you mean:
fraile
2011 Dec 23
0
error from character NAs in indexing array
...NA in the corresponding element of a
logical, integer, numeric, complex or character result, and NULL for a
list. (It returns 00 for a raw result.] "
However, I seem to be getting different behavior when converting NA's
to character indices for an array with character dimnames:
str(frailmed)
num [1:73, 1:2, 1:2] -0.315 -0.31 -0.252 -0.311 -0.29 ...
- attr(*, "dimnames")=List of 3
..$ : chr [1:73] "18" "19" "20" "21" ...
..$ : chr [1:2] "Female" "Male"
..$ : chr [1:2] "FALSE" "TRUE"...