Displaying 1 result from an estimated 1 matches for "ohol".
Did you mean:
chol
2008 Feb 09
0
bad variable names when printing a data frame containing (PR#10732)
...4 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:
> x.sbp x.tobacco x.ldl x.adiposity x.famhist x.typea x.obesity x.alc=
ohol=20
> =20
Th...