Displaying 20 results from an estimated 1000 matches similar to: "ploting axes plaxes ?"
2000 Aug 31
2
Multiv / hierclust / plclust
I use hierclust (hierarchical clustering) in multiv package. In the
documentation it is said that plclust (plotting a dendrogram) is
available in S-plus. Can I find it anywhere (I have searched through
http://lib.stat.cmu.edu/S and found only quotations of plclust in
multiv) or is it only part of the S package (which I don't have)?
Thanks
---------------
Charles RAUX,
Laboratoire
2003 Feb 14
2
RODBC connection failed
I am trying to restart on R after 2 months stop. Start with previously
functioning procedure:
"ch<-odbcConnect("dBase Files")"
get
"Warning message:
ODBC connection failed in: odbcConnect("dBase Files") "
I have tried unsuccessfully different working directories.
The only change I see is that I am working with a new login account on
the same machine.
2000 Aug 28
2
Windows / RODBC / Accented characters
A disturbing behaviour of R: an import of data using RODBC library
(Windows 98, R 1.1.1) recognizes accented characters in variables
names but these can't be manipulated further. See below:
> library(Rodbc)
> ch<-odbcConnect("Paradox Files")
> pollut<-sqlFetch(ch,Pollutio)
> pollut
Mortalit? Densit? Pollution
1 82 600 110
2 97 960
2000 Aug 30
1
Memory management
Some naive questions:
1) How to remove a column in a data frame? I expected that rm would
work but this is not the case (e.g. rm(dat$yyy) gives Warning
message: remove: variable dat$yyy was not found). I only found to
assign NULL value (e.g.: dat$yyy<-NULL). Is it the right way?
2) Is the place formerly occupied by dat$yyy automatically gained by
R for other uses?
3) If t1 and t2 are 2 only
2000 Nov 24
1
groupe averages error
I want to get subsets averaged on numeric variables number 5:13 but I
get the error below that I cannot understand.
> is.factor(dat$Statut)
[1] TRUE
> s<-ave(dat[,5:13],dat$Statut)
Error in [<-.data.frame(*tmp*, , value = if (n) { :
Argument "i" is missing, with no default
Thanks in advance
---------------
Charles RAUX,
Laboratoire d'Economie des Transports
2000 Aug 23
1
3D perspective of a contingency table
How can I draw a 3D perspective of a contingency table, that is
showing 3D bars whose height is in proportion of the table cells?
---------------
Charles RAUX,
Laboratoire d'Economie des Transports
CNRS-Universit? Lumi?re Lyon 2-ENTPE
email : charles.raux at let.ish-lyon.cnrs.fr
http://www.ish-lyon.cnrs.fr/let
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2000 Sep 04
2
plot history, libraries, weights
3 general questions:
1) How can I have the plot History Recording automatically turned on
each time I start R (Windows)?
2) How can I have some libraries automatically loaded at R start?
3) As far as I know weights can be specified only for lm. How can I
take account of weights with a weighted sample in other models or
functions (table but also other multivariate and cluster techniques)?
Thanks
2000 Dec 07
0
plot of a cut
I have made a cut of a numeric vector and try to plot it. However
only half of the x-axis annotations (the labels) appear on the plot,
apparently because of the font size. I have tried cex.lab, cex.axis
(what is the difference?) etc. The x labels are never printed
whatever value I use from 0.0005 to 20. I can't obtain a way to
make all the labels appear correctly. Between the short help
2000 Aug 14
5
Writing a workable function
After searching in R- Introduction, FAQ, help... I don't understand
this:
I write a function in a file (.R):
tt <- function(mc) { date()
mc<-read.csv2("machines.txt",na.strings="")
date()
}
I source it in R and I type tt(). The answer is
> tt()
[1] "Mon Aug 14 11:18:25 2000"
>
The instructions following the first "date()" are ignored. Why?
2000 Aug 31
3
help with data import/export
how can I import/export data from ms excel?
also is there a way to import/export data of the hdf format?
is there a way to import/export hdf format for ms excel as well?
thank you very much in advance.
/js
######################################################################
This e-mail message has been scanned and cleared by MailMarshal
http://www.marshalsoftware.com
2005 Nov 17
1
transforming table into data frame
Hello,
I would like to transform a contingency table (A x B) into a data
frame while keeping the cross-tabulation structure (i.e. rows =
levels of A, columns = levels of B). I have tried as.data.frame,
xtabs, etc... and always got a "flattened" list of 3 variables (A, B,
Freq).
How to do that?
Thanks in advance
Charles Raux
2004 Oct 27
4
ploting axes and rotating strings
Hello!
I have two question that rose from trying to tacle the same problem in two
differnet ways.
What I want to do is to plot axes (only values or labels, no tick marks) in
such a way that 'cex' can be very small, text can be perpendicular to the
axis (as in axis(las=2) ) and the text is stil at the right position.
Let me demonstrate with a small example:
2005 Dec 02
1
k-means / role of 'nstart'
Hello,
the k-means {stats} help and the Hartigan&Won paper say nothing about
the way random sets works (parameter nstart). I would expect to get
the different results for each random initial set but I always obtain
only one result: how is it selected?
Charles Raux
2006 Sep 27
1
PDE
Dear all,
Does any know how to solve PDE with R? The archive list refers to the
use of ODE if PDE are parabolic. I am not a mathematician and this does
not mean anything for me!
help would be very appreciated.
Many thanks
--
___________________________________________________
Christophe NGUYEN
UMR 1220 INRA-ENITAB
Transfert sol-plante et cycle des ?l?ments min?raux
dans les ?cosyst?mes
2006 Oct 02
1
Problems with graphics
Dear all,
I am a SAS user, who's trying R. I am a little bit lost for graphics.
What is the simplest way for plotting y as a function of x with one
symbol (line or dot) for each level of a class variable z (for SAS
langage= plot x*y=z). Can I add vertical bars for standard deviation
stored in a separate variable (say ystd). Finally, is it possible to
do all this with xyplot function
2012 Sep 05
2
Installing lumi and hdrcde
To whom it may concern.
As I would like to analyse some array data I was keen on downloading the
lumi package that depends obviously on hdrcde that is not available for r
2.12.1. I did not find instructions to solve or circumvent this problem.
Installing hdrcde by hand did not work either. It was not detected by
> (.packages(all.available=TRUE))
if installed in the R library.
Thanks
Hermann
2012 Mar 30
0
Help with lumi package R code
Hi all,
My name is Amy, I am a masters student in Bioinformatics at North Carolina
State University. I am working on a project and I am trying to use the lumi
R package for microarray data analysis. I have shown the sample code here
and have questions about modifying the sample code for my own data.
lumi package in R, example.lumi, the sample data has 8000 features and 4
samples
I have
2012 Mar 30
1
Help with the lumi R package
Hi all,
My name is Amy, I am a masters student in Bioinformatics at North Carolina
State University. I am working on a project and I am trying to use the lumi
R package for microarray data analysis. I have shown the sample code here
and have questions about modifying the sample code for my own data.
lumi package in R, example.lumi, the sample data has 8000 features and 4
samples
I have
2001 Apr 05
1
No subject
R-helpers,
Beginner in R language, I have a problem to install a package (multiv) in R
for Windows 98 (R-Gui)
First I have got the multiv.zip file from the CRAN precompiled contributed
packages for Windows and put this file in C:/Program Files/rw1022.
in R-Gui I tried to install it as following
> install.packages("C:/Program Files/rw1022/multiv.zip")
I received the following
2003 Jan 30
4
Downloading Package
Hello,
I am a beginner in using R so my question could seem very simple. I would
like to download the package multiv to do multivariate data analysis. The
package I download seems to be a file meant for UNIX and I am using a Window
OS. How could I download and install correctly this file?
Thanks a lot
_________________________________________________________________
MSN Messenger :