Adding statistical notation in text string

Hello,

I wanted to ask if there are options to add a formatted statistical notation ( like the alpha symbol or beta) in a text output in R.

You can do this.

mycon <-  file("testfile.txt")

writeLines(text = 
"Alpha α		
Beta β",
con = mycon,
useBytes = TRUE)
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.