Displaying 10 results from an estimated 10 matches for "marcelin".
Did you mean:
marcelino
2002 Jun 10
2
Crashing R (PR#1651)
...age
# In addition, warning message:
<lots of output>
R dumps core. On Windows, it crashes in <unknown module>.
Also not that the 1st (Snr) column is not automatically converted in a
factor, despite the fact that it consists of strings!
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
>From list moderator:
formerly binary attached dataset is now available
as http://rjvbertin.free.fr/PR1651data.tab
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~ho...
2002 Jun 19
4
levels() counter-intuitif? (PR#1693)
...m its
"parent", but I do not see in what that is useful. Intuitively, I would
expect that levels(ss) return "small" and "large". For subset(), there might
be an option to request inheritance of the number of levels.
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",...
2002 Jun 17
1
overzealous help-links.sh script! (PR#1682)
...>> ${PKGLIST}
done
echo "</body></html>" >> ${PKGLIST}
ln -s ${R_HOME}/doc/html/R.css ${USER_R_HOME}/library 1>/dev/null 2>1
### Local Variables: ***
### mode: sh ***
### sh-indentation: 2 ***
### End: ***
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", o...
2002 Jul 02
0
gtk+1.2.10
...is gtk release has its
headers in ${prefix}/include/gtk-1.2/g{t,d}k/ (as can be seen from
gtk-config --cflags). The gnome module build doesn't seem to account for
this, and thus can't find gtk.h &sui. Is this a known issue (aka bug)?
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or...
2002 Jul 14
0
lattice question: adding slopes to bwplot
...wplot, showing (and connecting)
the means of the displayed distributions. I didn't find anything in the
documentation or the examples that suggests how to accomplish this easily.
Has anybody done this already, and willing to share?
Thanks,
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", o...
2007 Sep 24
2
calculating/plotting error ellipses
hello,
sorry for posting what may be a simple question:
i do have a matrix of coordinates (positional judgments, see below) and
now want to calculate and plot the corresponding error ellipse.
can anyone help me with the exact steps/syntax?
> xyDat
X Y
1 -0.49 -2.13
2 0.91 0.48
3 0.20 -2.80
4 -0.76 -3.23
5 -0.36 2.50
6 1.38 1.24
7
2002 Jun 12
0
documentation error for quantile (PR#1660)
...ox[i+1]', where `r
<- 1 + (n-1)*p', `i <- floor(r)', `f <- r - i' and `ox[n+1] :=
ox[n]'.
I think that should be ox <- x[ order(x) ] ! At least, then the formulae
give the same result as quantile itself!
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",...
2002 Jul 10
0
history patch (was Re: portable snprintf implementation)
Here's the patch. It looks like it does what I want it to do, but I haven't
yet tried it with multiple-line entries and the like. Please let me know if
anything turns up that I should look into (I attached it too, in case
hotmail wraps).
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
## A couple of 'diff -c' patches to modify the history system such that
subsequent identical lines are only entered once.
*** src/unix/sys-std.c.orig Sat Jun 29 19:16:31 2002
--- src/unix/sys-std.c Wed Jul 10 16:23:59 2002
***************
*** 324,331 ****...
2002 Jul 08
1
subset, once more
...p; !is.na(r)
}
if (missing(select))
vars <- TRUE
else {
nl <- as.list(1:ncol(x))
names(nl) <- names(x)
vars <- eval(substitute(select), nl, parent.frame())
}
x[r, vars, drop = FALSE]
}
RenE J.V. Bertin
College de France/LPPA
11, place Marcelin Berthelot
75005 Paris, France
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or...
2002 Jun 26
6
GUI's for teaching
Dear All,
There is no advantage of GUI over CLI, IMO. The real
issue is the answer to the questions: "What should I
do next?" or "What am I allowed to do here?"
A "nice" interface, not necessarily GUI, will offer
friendly answers: "I was expecting you to do _this_"
or "In this situation you are allowed to do _these
things_"
You see, it's all