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
[[
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, exam
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
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
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]]
___
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 each
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 Stata
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: two
8 matches
Mail list logo