0.043 |
|---|
...
-Original Message-
From: David Scott [mailto:d.sc...@auckland.ac.nz]
Sent: Friday, October 16, 2009 8:42 PM
To: Muenchen, Robert A (Bob)
Cc: ted.hard...@manchester.ac.uk; r-help@r-project.org
Subject: Re: [R] Frequencies, proportions & cumulative proportions
Muenchen, Robert A (Bob)
Muenchen, Robert A (Bob) wrote:
Ted,
I know how to do that. It's just such a standard display in SAS, SPSS
and Stata that I figured someone had done it and I had just overlooked
it.
Thanks!
Bob
I don't think there is a ready-made one, but it is very little
effort to make your own:
mkMyTable
Ted,
I know how to do that. It's just such a standard display in SAS, SPSS
and Stata that I figured someone had done it and I had just overlooked
it.
Thanks!
Bob
I don't think there is a ready-made one, but it is very little
effort to make your own:
mkMyTable <- function(X){
Table <- data.f
On 16-Oct-09 20:51:06, Muenchen, Robert A (Bob) wrote:
> Dear R-Helpers,
>
> I've looked high and low for a function that provides frequencies,
> proportions and cumulative proportions side-by-side. Below is the table
> I need. Is there a function that already does it?
>
> Thanks,
> Bob
>
>> # G
Dear R-Helpers,
I've looked high and low for a function that provides frequencies,
proportions and cumulative proportions side-by-side. Below is the table
I need. Is there a function that already does it?
Thanks,
Bob
> # Generate some test scores
> myValues <- c(70:95)
> Score <- ( sample( myVal
5 matches
Mail list logo