Displaying 4 results from an estimated 4 matches for "hawkinsia".
Did you mean:
hawkins
2006 Feb 06
2
appeal --- add sd to summary for univariates
just a short beg for the next R 2.3 version:
I know it is easy to add the sd into summary() in the source bowels of
R---but everytime R is updated, my change disappears. :-(. I do not
believe that R has an easy extension mechanism for univariate
summaries, short of a function rewrite here. Could this please be
added into R 2.3?
Aside, a logical ordering might also be:
mean sd min q1 med q3
2006 Feb 06
6
problem with simple if() statement
the following code apprantely, for some grand old reason, induces a syntax error:
if (seq[i] = "A") m <- trans[1,]
where seq is a vector and trans is a matrix. I cannot for the life of me see why this is wrong. Syntax error is:
Error: syntax error in "if (seq[i] ="
Sincerely,
Norman Goodacre
---------------------------------
2006 Feb 02
3
readline detection problems
Dear community,
I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4)
system without root access. Unfortunately readline is not installed in
default, so I installed it locally in my home directory, more precisely in:
$HOME/vol/readline-5.1, where $HOME is "/home3/fa/faga001". Afterwards I
appended the path to the library with several $PATH variable, which now
looks
2006 Feb 02
3
readline detection problems
Dear community,
I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4)
system without root access. Unfortunately readline is not installed in
default, so I installed it locally in my home directory, more precisely in:
$HOME/vol/readline-5.1, where $HOME is "/home3/fa/faga001". Afterwards I
appended the path to the library with several $PATH variable, which now
looks