Displaying 20 results from an estimated 200 matches similar to: ": create a PDF file (text (print list) and grafics)"
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all,
I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2).
I have this small dataset :
growth sugar
75 C
72 C
73 C
61 F
67 F
64 F
62 S
63 S
I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all,
I initiate in R - Linux and I've some problems to find an editor with R
interface as like RWinEdt for WinEdt.
Anyone know one?
Thanks in advance for your kind cooperation.
Best regards
Atenciosamente
Ana Patricia Martins
-------------------------------------------
Serviço Métodos Estatísticos
Departamento de Metodologia Estatística
Telef: 218 426 100 - Ext: 3210
2014 Nov 22
2
Problemas con tm
Estimados compañeros tengo un problema con la librería tm o con windows
8.1 o con algo que no controlo.
Hace tiempo con windows 7 y una versión anterior de R ejecutaba este código:
library(tm)
data("crude")
crude <- tm_map(crude, tolower)
tdm<-TermDocumentMatrix(crude)
y sin problemas me creaba tdm. Ahora si lo ejecuto me da el siguiente error:
Error: inherits(doc,
2006 Aug 18
1
Boxplot Help
Hello R-users and developers,
Once again, I'm asking for your help.
I can identify outliers in boxplot with this instruction
result <- boxplot( Income ~ Sex, col = "lightgray", data=dados)
if (length(result$out))
text(result$group, result$out, result$out, pos = 4, col = "red")
But I can not identify the outlier's id (variable names) in the boxplot.
2007 Jun 25
2
simultaneous actions of grep ???
Hello R-users and developers,
Once again, I'm asking for your help.
There is other way to do the same more easily for applied simultaneous
grep???
c<-subset(c,!rownames(c) %in% grep(".1",rownames(c),value=T))
c<-subset(c,!rownames(c) %in% grep(".5",rownames(c),value=T))
c<-subset(c,!rownames(c) %in% grep(".6",rownames(c),value=T))
2006 Feb 01
1
problem with cbind
Hello,
I think this is Sill question but it's happens......
am$e_isell <- factor( with( am, ifelse( e_iacc == 1 & C5 == 1, 1, 0)))
summary (am$e_isell)
0 1
3966 296
(Ok)
am$e_isell [4256]
[1] 1
Levels: 0 1
(OK)
cbind( am$e_isell[4256], am$C6[4256])
[,1] [,2]
[1,] "2" "1"
(??)
cbind( am$e_isell[4256])
[,1]
2013 Oct 14
1
Transform plot3d grafics in to executable files
Hello,
I did some nice grafics using plot 3d and scatter3d. Is there a,
hopefully not too complicated way, to transform these dynamic,
three-dimensional and interactive grafics in a kind of
executable file? I want to show and send them via e-mail to projekt
partners who don`t use GNU R and who are not used to do programming.
So the result should be quite comfortable to execute for them in
2006 Feb 01
2
How to save R-grafics in eps format
Hello!
I used to save R-Grafics like this: postscript("file.ps").
Is there alsoa way to save them as eps?
Thank you very much
Claudia
2006 Feb 01
1
strange question...
Hello,
I think this is Sill question but it's happens......
am$e_isell <- factor( with( am, ifelse( e_iacc == 1 & C5 == 1, 1, 0)))
summary (am$e_isell)
0 1
3966 296
(:-))
am$e_isell [4256]
[1] 1
Levels: 0 1
(:-))
cbind( am$e_isell[4256], am$C6[4256])
[,1] [,2]
[1,] "2" "1"
(????????????? :( )
Does anyone
2010 Jul 07
3
Boxplots over a Scatterplot
Hello-
I'm new to R, coding and stats. (Oh no.)
Anyway, I have about 12000 data points in a data.frame (dealing with
dimensions and geological stage information for fossil protists) and have
plotted them in a basic scatter plot. I also added a boxplot to overlay
these points. Each worked fine independently, but when I attempt to
superimpose them with add=true, I get a different scale for
2010 Mar 24
2
Mosaic
Hi,
I have this data set:
obitoss = c(
5.8,17.4,5.9,17.6,5.8,17.5,4.7,15.8,
3.8,13.4,3.8,13.5,3.7,13.4,3.4,13.6,
4.4,17.3,4.3,17.4,4.2,17.5,4.3,17.0,
4.4,13.6,5.1,14.6,5.7,13.5,3.6,13.3,
6.5,19.6,6.4,19.4,6.3,19.5,6.0,19.7)
(dados = data.frame(
regiao = factor(rep(c('Norte', 'Nordeste', 'Sudeste', 'Sul',
'Centro-Oeste'), each=8)),
ano =
2009 Mar 05
0
(PR#13553) wishlist boxplot
No objections from Martin or elsewhere, so I have now committed this.
Thanks, Uwe.
On Tue, 24 Feb 2009, Uwe Ligges wrote:
> [CCing Martin and Brian who had both done most svn commits of boxplot.R so
> far]
>
>
> A very minor wishlist item that I should have already reported years ago:
>
> All the time when I need presentation/publication quality boxplots, I add
>
2003 Sep 15
2
Aliases for Netbios name
Hi !
Is There how I use an alias for a Samba Server ?
I tried with dns alias and don't work !
i.e.
Name' Samba Server is PARATY, and I'd like that the
workstations could communicate with this Samba Server, but using
the name SambaPDC.
Is it possible ?
Thanks,
Bruno Stella
brunostella@trt15.gov.br
Setor de Redes - Secretaria de Informatica
Tribunal Regional do
2005 Apr 11
2
Linux Users execute 'login scripts'
Hello !
I have a Samba Server with LDAP(OpenLDAP) authentication and Windows Workstation that
login in domain working all right.
Now, I need to configure Linux workstations to log in Samba Server Domain. The Linux
workstatios users are all in LDAP. How do I configure to execute the 'login script' when a
Linux user log in his linux workstation ?
Thanks for any help !
Bruno Stella
2003 Oct 29
1
DOS Commands and Samba3 don't work
Hi !
I have the follow problem:
When I access a Shared Directory Samba3 by DOS, in win98
workstation and execute, for example, "dir file.txt", I receive
an error message advising that occured a fault in access the
drive ...
I note this only when I execute the DOS command (del and dir)
with the full file name, and only in win98 workstation, because
in winXP workstation these
2011 Mar 05
0
Samba + Windows 7 Foreign Language
Hello,
My network was running smoothly with XP machines and Samba 3.0.24 as PDC.
But now some Win7 Pro (Portuguese) machines arrived.
Using the info from http://wiki.samba.org/index.php/Windows7, I upgraded
samba to 3.5.7, and applyed the Windows 7 fixes described there on one of
the new machines . The upgrade went fine. The old XP machines work fine
(although I had to re-join them to the
2003 Nov 03
2
Errors in log file with Samba3
Hi !
I need help !
I installed Samba 3, and many files are corrupting.
I have many error lines in my logs.
--------------------------
machine log file:
--------------------------
[2003/11/03 10:38:06, 0] lib/util_sock.c:write_socket_data(388)
write_socket_data: write failure. Error = Broken pipe
[2003/11/03 13:36:15, 0] lib/util_sock.c:write_socket_data(388)
write_socket_data: write
2008 Aug 22
2
boxplot
Hi, I just made a boxplot but I want to change the thickness of the
line used for the median to look a little thinner. Could anyone please
help me figuring out the R-code to do it?
Thanks, I really appreciate it.
Suyan
2007 May 04
3
decimal values
hello,
how can I do to drop decimal after the comma please for example for tthis line
> print(P)
[1] 62.000000 1.000000 7.661290 5.200000 17.100000 2.318801
how canI do to keep only 62 1 7.66 5.2 17.1 2.32
thanks
__________________________________________________
ble contre les messages non sollicités
[[alternative HTML version deleted]]
2007 Dec 09
2
adjusting "levels" after subset a table
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071208/5409f1a7/attachment.pl