Displaying 10 results from an estimated 10 matches for "uwalumni".
Did you mean:
alumni
2002 Jul 17
1
Output and history
> From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.dk]
>
> Daniel Mastropietro <mastropi at uwalumni.com> writes:
>
> > Hello,
> >
> > I have the following two questions, rergarding:
> >
> > (Output)
> > 1) Is it possible to have the output of a command automatically
> > displayed, without explicitly requesting it after the command, and
> >...
2002 Oct 30
2
two small wishes for R
1. allows underscore as part of a variable name
2. Uses C or Java style comments mark.
Jason
=====
Jason G. Liao, Ph.D.
Division of Biometrics
University of Medicine and Dentistry of New Jersey
335 George Street, Suite 2200
New Brunswick, NJ 08903-2688
phone (732) 235-8611, fax (732) 235-9777
http://www.geocities.com/jg_liao
__________________________________________________
HotJobs - Search
2005 Feb 09
1
help with plot hclust tree
Hello,
I will really appreciate some help with the following question.
let's say cor.m is a correlation coefficient matrix.
tree<-hclust(as.dist(1-cor.m));
plot(tree);
my question is: is it possible to add the correlation coefficient information
to the plot?
thanks,
S. Ma
2006 May 06
1
quick question
What was used to compile the syslinux win32 binary? I tried djgpp but no luck.
Think it's choking on the windows.h header. Can somebody help me out.
Guessing a combo of cygwin and mingw but gonna try and get a word before I bang
my head against the wall. -andy
2002 May 28
2
problems with rcmd check
Hello,
I have developed a R package. When I pass it through the rcmd check command
(windows 98) to see if it is ok, everything works fine until there is a
call to the program "sh.exe". It seems that rcmd calls it with the
option --c, but it doesn't seem to be a legal option. After that, when rcmd
tries to create a directory inside the "package_name.Rcheck" directory there
2002 Sep 01
2
Converting the columns of a data frame to numeric
Hello,
I have a data frame whose columns are factors with numeric levels and I
want to convert the columns to numeric so that I can treat the data frame
as a matrix.
I found a way of doing this but would like to know if there is an easier way.
My way is:
M <- matrix(ncol=ncol(df) , nrow=nrow(df) , as.numeric(as.matrix(df)))
where 'df' is the data frame.
I am wondering if there is
2002 Jun 19
4
drawing ellipses
Hello again,
First I want to thank all the people who answered my question about line
width in graphs. I promise I will learn the 'par' help page by heart for
the end of the month !
I now want to trace some ellipses to emphasize groups of data. I found how
to trace circles with 'symbols()', but no ellipse. I'm planning on writing
my own function based on
2005 Jan 22
0
questions with library lars()
hello,
I have the following questions with the R package lars(). I would really
appreciate som help here.
1. do I have to standardize the predictors and the response?
2. the function cv.lars(): how can I specify it is for lasso not stagewise or
lars?
your help will be really appreciated. thanks,
2002 Jul 09
3
Assignment converts variable to factor
Hello,
I would like to know if this behaviour in R is as expected.
I have a data frame 'dat' with column var1 being character (and not
factor). Then I create a new column 'var2' by:
> dat[,"var2"] <- dat$var1;
Column var2 is now a factor.
But if I do:
> dat$var2 <- dat$var1;
Then column var2 is character (and not factor).
I don't want to have
2002 May 21
6
Point labels
Hello,
Is there an option I can easily set to put labels next to the points in a
simple plot?
The closest I got to it was to use the option pch, but this replaces the
point symbol with the character specified, and it is not what I want.
Thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read