Displaying 20 results from an estimated 200 matches similar to: "Problems with help"
2010 Jan 04
0
ggplot2 = bar size
Hi,
i am newbie into ggplot and i thow that i have to learn a lot about this package.
I am doing this function to draw an graphic:
library(ggplot2)
posx <- theme_text(angle=45,hjust=1,face='bold',size=12)
posy <- theme_text(angle=0,hjust=1,face='bold',size=12)
y1 <- c(1,4,6,1,8,10,6,1,5,4)
x <-
2010 Jan 20
2
R help for read.table()
I've a table containing two columns
seperated by space, as shown below.
S:C 2.011085038928
S:A 21.496800549900762
S:J 0.183181039138149
P:E 9.641984304606304
I'm reading this table inside a loop 
but unable to access the first column as file[i,1].
   
file <-
read.table("data.txt",header=FALSE)
for ( i in 1:nrow(file))
{
 cat(file[i,1],":")
 pvalue <-
2009 Jun 15
3
Hi
Hi I have a simple question. I want to run a "n times" a simple linear
regession and save beta in a matrix but I´m not able.
Imagine:
Data.txt is a 10*5 file and want to run 4 different stimations always
regressing first column on the rest.
So I try this:
First I run Data on memory
This is my function
mrp <- function(){
mr<-matrix(0,4,1)
for(i in 1:4)
2009 Nov 05
4
collumn error when exporting to Excel
Dear all,
I am attempting to export my results (data.frame) created with the help of a number of you to Excel.
In the procedure my column structure is however lost and all results are placed together into the first Excel column.
I have tried: write(), write.table(), write.matrix(), export() and have the same results. I Have checked the import/export FAQ and did a Google search to no avail.
Any
2009 Mar 06
2
Numbers
Hi,
I know the function LETTERS, but, now I have some letters to convert it in numbers, like A=1,B=2, etc... Is any function to do that?
Atenciosamente,
Leandro Lins Marino
Centro de Avalia??o
Funda??o CESGRANRIO
Rua Santa Alexandrina, 1011 - 2? andar
Rio de Janeiro, RJ - CEP: 20261-903
R (21) 2103-9600 R.:236 
( (21) 8777-7907
( leandro at cesgranrio.org.br
"Aquele que suporta o peso da
2008 Jul 01
3
plot window
Hi list,
I want to know how can i creat a plot window with this configuration:
_______________________________
|                             |
|           PLOT 1            |
|                             |
|-----------------------------|
|              |              |
|              |              |
|   PLOT 2     |    PLOT 3    |
|              |              |
|              |              |
2008 Jul 02
1
exporting ftable
How can I export an ftable object in the same format that appears in R
command window?
For testing that i was using this example that is in help of this function.
## Start with a contingency table.
ftable(Titanic, row.vars = 1:3)
ftable(Titanic, row.vars = 1:2, col.vars = "Survived")
ftable(Titanic, row.vars = 2:1, col.vars = "Survived")
## Start with a data frame.
x <-
2009 Feb 03
1
color and fontfamily in lattice
Hi,
I am having some problems using bwplot(lattice) in my data. I want change some parameters:
1) Fontfamily to serif
2) The size of the font
3) Put it in a bold face
4) Change de color of the lines
How can I do that?! Now, I am using this to plot my boxplot.
dados <- data.frame(varsep=as.factor(rep(1:2,10)),i=runif(20))
2008 Jul 17
3
Colours in R
Hi list,
 I will help an person that will use some graphics of R in internet.
But this pearson want to specify the colours. This person want me to create
an pallete of colours like that:
Name of color - Code - Colour
White -   	0xFFFFFF - color white (like an box with this color)
I know that is possible with R, but i don't know how.
Thanks for the advance.
Atenciosamente,
Leandro Lins
2008 Jun 26
2
Read sas7bdat
Hi,
I was reading e-mail about one doubt that you were when you read files
.sas7bdat in R.
Now, I am with the same problem. But I don?t know how can i do that. I have
download de Sas Viewer and i am using this sintax in r:
> read.ssd("X:\\users\\Anresc07","que0411.sas7bdat")
SAS failed.  SAS program at
C:\DOCUME~1\leandro\CONFIG~1\Temp\RtmpXR1Tid\file3d6c4ae1.sas
The log
2004 Nov 07
2
Problem with dyn.load()
Hi!
I am studying C language to run with R 2.0.0. My system (Windows ME /BR) is configured to run RCMD ( I have installed ActivePerl, Rtools and MinGW as indicated in http://www.murdoch-sutherland.com/Rtools/ an with correct path).
I would like run the coded write below named conv.c (Example from "Write R Extension") :
    #include <R.h>
     #include <Rinternals.h>
    
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close:
x <- list()
keys <- LETTERS[1:6]
# create
for (i in keys){
    x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5)
}
# output
output <- file('tempxx.txt', 'w')
for (i in keys){
    write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE)
    write.table(x[[i]], file=output, quote=FALSE)
}
close(output)
On Wed, Jul 2,
2009 May 12
2
SAS PROC SORT nodupkey
Hi,
 
I have the following data and I would like to delete douple names, it is almost similar to SAS PROC SORT nodupkey! Is there any function in R does this?
 
x1 <- rnorm(11,5,1)
x2 <- runif(11,0,1)
nam <-paste("A", c(1:4,4,5:9,9), sep=".")
mydata <- data.frame(x1,x2)
crownames(mydata) <- nam
 
Many thanks in advance,
Amor
      
	[[alternative HTML version
2009 Mar 12
1
Removing rows
Hi All,
 
 
> act_2
         Date    Dtime Hour Min Second               Rep
51 2006-02-22 14:52:18   14  52     18  useractivity_act
52 2006-02-22 14:52:18   14  52     18                 4
55 2006-02-22 14:52:49   14  52     49                 4
57 2006-02-22 14:52:51   14  52     51                 4
58 2006-02-22 14:52:52   14  52     52                 3
60 2006-02-22 14:54:42   14  54    
2008 Aug 25
5
How to do a meta-analysis plot
Dear R-list,
I'd like to do a meta-analysis plot similar to
install.packages('rmeta')
require(rmeta)
data(catheter)
a <- meta.MH(n.trt, n.ctrl, col.trt, col.ctrl, data=catheter,
             names=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2))
summary(a)
plot(a)
(see attached file) by using my own OR (Odds Ratio) and 95% Confidence
Interval data set, which looks like
2013 Oct 08
2
Sessión a distancia
La reunión de mañana<http://rugbcn.wordpress.com/2013/09/13/proxima-reunio-3/>
del
grupo de usuarios de Barcelona (RugBcn -
http://rugbcn.wordpress.com/2013/09/13/proxima-reunio-3/) será
retransmitida a través de la red. Para aquellos que estéis interesados,
tenéis que conectaros a http://r-es.org/rugbcn-online, poner un “Nombre” y
darle al botón “unirse”.
Esperemos que os resulten
2013 Oct 10
1
Sessión a distancia
Felipe,
gracias por tu interés. La sesión quedó grabada y se colgará en breve en la
página de R-es. Ya avisaremos cuando esté colgada.
Un saludo,
Aleix
El 10 de octubre de 2013 00:01, Felipe Vargas Reeve
<kaiser756@gmail.com>escribió:
>    Esta fue una gran iniciativa y tenía muy presente el tema relacionado a
> la transmisión por internet, pero por motivos de trabajo no pude
2013 Oct 09
0
Sessión a distancia
Esta fue una gran iniciativa y tenía muy presente el tema relacionado a
la transmisión por internet, pero por motivos de trabajo no pude conectarme
al enlace en el horario establecido y me gustaría consultar si existe la
posibilidad de subir algún enlace que tenga el video o grabación.
Agradecido de su respuesta, atte
Felipe Vargas R.
El 8 de octubre de 2013 12:59, Aleix Ruiz de Villa
2010 Aug 03
10
Returning last value
Hi.
I have the following controller of the update action:
[code]
def update
    @projeto = Projeto.find(params[:id])
    if (@projeto.update_attributes(params[:projeto]))
    ## Mesmo raciocínio utilizado no create.
    @permissaoA = Permissao.find(:first, :conditions => ["usuario_id =
?", @projeto.responsavel.to_i])
    @permissaoAvancado1 = Permissao.find(:first, :conditions
2004 May 09
0
Wine crash after update
Hi,
I was using wine_0.0.20040309-1 in a Debian distro and it was working.
I updated to wine_0.0.20040408-1, it is not working more. The bug report is below.
Note that if I go to directory where .exe file is and starts wine. Wine works.
I think that the problem is with blank spaces in the directory name.
Bug report:
Warning: the --debugmsg option is deprecated. You should use
the WINEDEBUG