LaTeX.
Odfweave seems to produce good tables in OpenOffice/LibreOffice.
John Kane
Kingston ON Canada
> -Original Message-
> From: barrylamb...@gmail.com
> Sent: Wed, 2 Jul 2014 21:33:12 -0500
> To: r-help@r-project.org
> Subject: [R] Help with tables in R
>
> I
Texas A&M University
College Station, TX 77840-4352
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of PIKAL Petr
Sent: Thursday, July 3, 2014 8:42 AM
To: Barry Lambert
Cc: r-help@r-project.org
Subject: Re: [R] Help with tables in R
Hi
Maybe yo
nal Message-
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of Barry Lambert
> Sent: Thursday, July 03, 2014 2:29 PM
> To: Jeff Newmiller
> Cc: r-help@r-project.org
> Subject: Re: [R] Help with tables in R
>
> Thanks for the sugg
Hi
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of Jim Lemon
> Sent: Thursday, July 03, 2014 12:17 PM
> To: r-help@r-project.org
> Cc: Barry Lambert
> Subject: Re: [R] Help with tables in R
>
Thanks for the suggestions Jeff. I have added some text below that will
hopefully clarify my question and more closely follow the guidelines.
Barry
--
Sorry for the confusing first post. I have edited for clarity and included
some sample data.
Clarified summary of problem: I have an excel spread
On 02/07/2014, 10:33 PM, Barry Lambert wrote:
> I am a new convert to R (from SAS). I am a research scientist and most of
> my
> use of SAS was in data analysis. Recently, I have been wanting to use R to
> create a simple, reliable way to summarize a dataset of student demographics
> for a univer
On Wed, 2 Jul 2014 09:33:12 PM Barry Lambert wrote:
> I am a new convert to R (from SAS). I am a research scientist and
most of
> my
> use of SAS was in data analysis. Recently, I have been wanting to
use R to
> create a simple, reliable way to summarize a dataset of student
demographics
> for
Your question is vague. You say you have code that does what you want it to,
yet do not share an example of it as a starting point, or explain what you have
not been able to do. It is the nature of the Internet that you have to be
precise in describing your problems and desired solutions.
When
or sum(something == "something")
can be used.
Regards
Petr
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of Barry Lambert
> Sent: Thursday, July 03, 2014 4:33 AM
> To: r-help@r-project.org
> Subjec
I am a new convert to R (from SAS). I am a research scientist and most of
my
use of SAS was in data analysis. Recently, I have been wanting to use R to
create a simple, reliable way to summarize a dataset of student demographics
for a university.
The spreadsheet has a row for every student regist
On 14-01-02 5:36 PM, Lars Bishop wrote:
Dear list,
I'm most likely doing something wrong, but I'm getting an error message in
tab2 below (tab1 is fine). Any hint is much appreciated.
This was a bug in tables, which I've tracked down. I'll soon upload an
update to R-forge, later to CRAN. Loo
Dear list,
I'm most likely doing something wrong, but I'm getting an error message in
tab2 below (tab1 is fine). Any hint is much appreciated.
library(tables)
set.seed(1)
dd <- data.frame(x = rnorm(100), f1 = gl(2, 50, labels = c("A", "B")),
f2 = gl(4, 25, labels = c("a", "b", "c
HI,
May be this helps:
dat1<- read.table(text="
date1 time date timeSec topic pupilId correct
02/01/2013 14:58 02/01/2013 140323 fdp.fdp 40 TRUE
02/01/2013 14:59 02/01/2013 140372 fdp.fdp 150 TRUE
03/01/2013 11:23 03/01/2013 213833 fdp.percentage_calc_foundation 15 TRUE
03/0
d.
>
> I don't know if this is the best way to make this kind of tables, but at
> least it worked well on weekend late at night :P
>
> If someone have a better (faster) way to make them please help me.
>
> Warm regards from Mexico.
>
>
>
> -Mensaje original
) way to make them please help me.
Warm regards from Mexico.
-Mensaje original-
De: Petr PIKAL [mailto:[EMAIL PROTECTED]
Enviado el: Lunes, 03 de Diciembre de 2007 02:30 a.m.
Para: [EMAIL PROTECTED]
CC: r-help@r-project.org
Asunto: Re: [R] Help with tables
Hi
I am not sure but if I re
Hi
I am not sure but if I remember correctly I had seen similar output in
Frank Harrel's book. So you could check some function from Hmisc package,
probably summarize.
Regards
Petr
[EMAIL PROTECTED]
[EMAIL PROTECTED] napsal dne 02.12.2007 03:16:09:
> I guess you can get the result by
> 1) co
I guess you can get the result by
1) concatenating all the variables (P2_A, P2_B, P2_C) into one variable ,
2) replicating segment membership properly,
3) make the table of 1) and 2)
For example, the following may do the job.
> ## (1) Generate data set
> # Set random seed
> set.seed(0)
>
> n.obs
Hello, I'm new using R and developing tables.
I have a problem in developing a table. In a questionaire I made I ask this
question "Please tell me the first three sympthoms caused by Respiratory
tract infection you've caught this year", then the people answer three
sympthoms, the first mention (
18 matches
Mail list logo