Re: [R] Format printing with R

2022-11-21 Thread dulcalma dulcalma
Hi All How about data.frame or zapsmall. Apologies for the small set but it seems to show the point Mean = c(0.311,0.188,45.319) sdd = c(0.36,0.39,16.31) data.frame(Mean = Mean, St.dev = sdd) Mean St.dev 1 0.311 0.36 2 0.188 0.39 3 45.319 16.31 print(data.frame(Mean = Mean, St.dev

Re: [R] Unicode chars

2022-08-25 Thread dulcalma dulcalma
: "Jeff Newmiller" To: r-help@r-project.org; "dulcalma dulcalma" ; r-help@R-project.org Sent: Thursday, 25 Aug, 2022 At 1:25 PM Subject: Re: [R] Unicode chars Are you aware that pdfLatex does not support Unicode? You need to use xeLatex. But I don't use Sweave, so I don't k

Re: [R] Multi-level (nested) correlation structures via geepack package

2020-07-12 Thread dulcalma dulcalma
Hi Your choice of package should partly depend on the type of dependent variable or Y that you are going to be dealing with categorical/ordinal data may involve different packages than continuous or binary data see multgee for one. The number of samples can also make a difference GEE with the