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
This does not clarify. Please re-read Bert's response and try again.
---
Jeff NewmillerThe . . Go Live...
DCN:Basics: ##.#. ##.#. Live Go...
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
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,
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
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
6 matches
Mail list logo