Re: [R] Greek letters in column titles.

2015-07-06 Thread David L Carlson
m; istaz...@gmail.com Cc: r-help@r-project.org Subject: Re: [R] Greek letters in column titles. To clarify, what I would like to do is have the letter b in the column titles below print as the Greek letter beta. dimnames(results) <- list(dimnames(results)[[1]],c("b0","S

Re: [R] Greek letters in column titles.

2015-07-05 Thread Jeff Newmiller
This does not clarify. Please re-read Bert's response and try again. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

Re: [R] Greek letters in column titles.

2015-07-05 Thread John Sorkin
To clarify, what I would like to do is have the letter b in the column titles below print as the Greek letter beta. dimnames(results) <- list(dimnames(results)[[1]],c("b0","SEb0","pb0","bRM0","SERMb0","pRMb0")) print(results) John John David Sorkin M.D., Ph.D. Professor of Medici

Re: [R] Greek letters in column titles.

2015-07-05 Thread Ista Zahn
x = data.frame( β =1) seems to work fine for me. Perhaps you need to give some more details about what exactly the problem is. Best, Ista On Jul 5, 2015 3:36 PM, "John Sorkin" wrote: > I would like to include a Greek letter in a column title, viz. pB where B > should be the Greek letter beta,

Re: [R] Greek letters in column titles.

2015-07-05 Thread Bert Gunter
Warning: The following may be baloney, so confirmation or correction by those more knowledgeable is required. But maybe this will get you started/prove useful. Just beware. 1. First of all, as Ista said, this can be done, but it is heavily system dependent as to how. Basically I think you want acc

[R] Greek letters in column titles.

2015-07-05 Thread John Sorkin
I would like to include a Greek letter in a column title, viz. pB where B should be the Greek letter beta, but I don't know how to do this. I know about dimnames, but I don't know how to create the Greek letter. Thank you, John John David Sorkin M.D., Ph.D. Professor of Medicine Chief, Biostati