Displaying 3 results from an estimated 3 matches for "thothal".
Did you mean:
thohal
2009 Jul 06
3
Speed up code, profiling, optimization, lapply vs. loops
High everybody,
currently I'm writinig a package that, for a given family of variance
functions depending on a parameter theta, say, computes the extended
quasi likelihood (eql) function for different values of theta.
The computation involves a couple of calls of the 'glm' routine. What
I'm doing now is to call 'lapply' for a list of theta values and a
function, that
2009 Aug 19
1
Lattice: Drawing a single contour line with a negative value fails
Hi everybody,
I want to add a single contourline to a levelplot. While everything
works fine if the value at which the line should be drawn is positive,
there is an error if the value is negative:
library(lattice)
my.panel <- function(..., at, contour=FALSE, labels=NULL) {
panel.levelplot(..., at=at, contour=contour, labels=labels)
panel.contourplot(..., contour=TRUE,
2009 Jun 25
1
Rd: pdf manual: package information not on first page
Hi everybody,
currently I'm working on two packages, where I've included a
<package-name>-package.Rd documentation file (with \docType set to
"package") in each case. When I run "R CMD check" everything works fine,
and a call to "R CMD install" generates the appropriate html, text and
pdf documentation.
While the package documentation (generated