[R] prop.test question

2023-07-11 Thread Thomas Subia via R-help
Colleagues Consider:smokers  <- c( 83, 90, 129, 70 ) patients <- c( 86, 93, 136, 82 ) prop.test(smokers, patients)     4-sample test for equality of proportions     without continuity correction data:  smokers out of patients X-squared = 12.6, df = 3, p-value = 0.005585 alternative hypothesis:

Re: [R] Plotting factors in graph panel

2023-07-11 Thread Anupam Tyagi
Wonderful! This is great news. Thanks, Deepayan. On Wed, 12 Jul 2023 at 09:21, Deepayan Sarkar wrote: > > > On Wed, 12 Jul 2023 at 08:57, Anupam Tyagi wrote: > >> Thanks. >> I made a graph in Stata that is close to what I want in R. Stata graph is >> attached. The main differences between

Re: [R] Plotting factors in graph panel

2023-07-11 Thread Deepayan Sarkar
On Wed, 12 Jul 2023 at 08:57, Anupam Tyagi wrote: > Thanks. > I made a graph in Stata that is close to what I want in R. Stata graph is > attached. The main differences between Stata and R graphs that I was able > to make, with ggplot or lattice, is that I have been able to scale y-axis > of

[R] Variable and value labels

2023-07-11 Thread Anupam Tyagi
Hello, is there an easy way to do variable and value labels (for factor variables) in base-R, without using a package. If not, what is an easy and good way to do labels, using an add-on package. -- Anupam. [[alternative HTML version deleted]]

[R] Alternative to rggobi

2023-07-11 Thread Anupam Tyagi
Hello, since rggobi is not available, is there an alternative to rggobi? -- Anupam. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

Re: [R] Plotting factors in graph panel

2023-07-11 Thread Anupam Tyagi
Thanks. I made a graph in Stata that is close to what I want in R. Stata graph is attached. The main differences between Stata and R graphs that I was able to make, with ggplot or lattice, is that I have been able to scale y-axis of each sub-graph independently in Stata, but not in R. Also, x-axis

Re: [R] Base R Stats Package - quantile function

2023-07-11 Thread Bert Gunter
1. I highly doubt that anyone from the "R Core team" would respond to such a request. That is emphatically **not** their job. 2. More to the point, this is *exactly* the sort of task that *you*, as a student/practitioner of statistics and data analysis are expected to do for yourself. Indeed,

[R] Base R Stats Package - quantile function

2023-07-11 Thread a.chandh...@btinternet.com a.chandhial--- via R-help
Hi, In Base R Stats Package, the quantile function has 9 Type's: ?quantile I'd be very grateful if simple numerical examples (ideally from members of the R core team), for each of the 9 methods, both for EVEN and ODD numbered length's of series, be provided. thanks, Amarjit