search for: dlr32

Displaying 6 results from an estimated 6 matches for "dlr32".

Did you mean: dlr3
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
...on on writing packages. Apologies for the elementary level of these questions, and thanks in advance for your help! ~Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA 607 254 4262 (office) 607 592 4636 (cell) DLR32 at cornell.edu web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2006 Jun 07
3
Building packages in R - 'private' functions
...error occur within a private function, it may be very difficult for the user to decipher the nature of the problem. Any suggestions will be greatly appreciated. ~Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA DLR32 at cornell.edu web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2007 Sep 21
1
problem with 'integrate'
Hello - I am having a problem with the function 'integrate'. I am running R on OSX (R 2.5.1). I am trying to suppress the error message when 'integrate' attempts to integrate across a parameter set giving a non-finite function value. I'm using it in a MCMC / simulated annealing algorithm, and it is entirely possible that some parameter sets will give non-
2006 Feb 15
1
using kernel density estimates to infer mode of distribution
Hello... Is it possible to use "density" or another kernel density estimator to identify the mode of a distribution? When I use 'density', the resulting density plot of my data is much cleaner than the original noisy histogram, and I can clearly see the signal that I am interested in. E.g., suppose my data is actually drawn from two or more normal (or other)
2006 Dec 05
1
dynamic variable creation in lists and data frames
Hi I have a question about the creation of variables within lists in R. I am running simulations and am interested in two parameters, ESM and ESMM (the similarity of these names is important for my question). I do simulations to generate ESMM, then plug these values into a second simulation function to get ESM: x <- list() for (i in 1:nsimulations) { x$ESMM[i] <- do_simulation1()
2006 May 19
2
"Pipelining" programs in R
Hello... I would like to use R for 'pipelining' data among several programs. I'm wondering how I can use R to call another program, feed that program a set of parameters, and retrieve the output. E.g., I have an executable that, when opened, prompts the user to enter a set of parameters. The program then executes & prompts the user for the name of an output file. I need to