Displaying 3 results from an estimated 3 matches for "adiposity".
2008 Feb 09
1
bad variable names when printing a data frame containing a matrix (PR#10730)
...> data[1:2,]
x.1 x.2 x.3 x.4 x.5 x.6 x.7 x.8 x.9 y
1 160 12 5.73 23.11 1 49 25.3 97.2 52 1
2 144 0.01 4.41 28.61 0 55 28.87 2.06 63 1
> dimnames(heart.data$x)[[2]]
[1] "sbp" "tobacco" "ldl" "adiposity" "famhist" "typea"
[7] "obesity" "alcohol" "age"
Note that the printed variable names do not use the column names
of the matrix.
In contrast, in S-PLUS the names are used; the printout begins:
x.sbp x.tobacco x.ldl x.adipo...
2009 Feb 19
4
problem with comparing a part of string with whole string
Hi all,
I got one problem with comparing strings like if any string is like
"*RIGHT, EPICARDIUM: FOCUS, GRAY-WHITE, SINGLE, APPROX 0.6 CM IN DIAMETER*."
and i have to compare "*GRAY-WHITE*" with the above string
or otherwise i have to compare " *TUMOR BENIGN*" this string
with
"*MEDULLRY TUMOR BENIGN,TYP PHEOCHROMOCYTOMA*"
i
2008 Feb 09
0
bad variable names when printing a data frame containing (PR#10732)
...x.5 x.6 x.7 x.8 x.9 y
> 1 160 12 5.73 23.11 1 49 25.3 97.2 52 1
> 2 144 0.01 4.41 28.61 0 55 28.87 2.06 63 1
> =20
>> dimnames(heart.data$x)[[2]]
>> =20
> [1] "sbp" "tobacco" "ldl" "adiposity" "famhist" "typea"=
=20
> [7] "obesity" "alcohol" "age" =20
>
> Note that the printed variable names do not use the column names
> of the matrix.
>
> In contrast, in S-PLUS the names are used; the printout begins:...