Displaying 11 results from an estimated 11 matches for "corson".
Did you mean:
carson
2004 Jul 06
2
lme: extract variance estimate
...3.582950 3.417807 1 0
4 1 3.554819 3.377117 1 0
5 1 2.830049 2.992426 1 0
6 1 2.779616 3.240449 1 0
7 1 2.580484 2.930154 1 0
Thanks in advance,
Steve
Stephen P. Ellner (spe2 at cornell.edu)
Department of Ecology and Evolutionary Biology
Corson Hall, Cornell University, Ithaca NY 14853-2701
Phone (607) 254-4221 FAX (607) 255-8088
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
...s amply documented, but I confess that I have a rather difficult
time with much of the documentation 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 May 19
2
"Pipelining" programs in R
...program to execute (typically done by simply entering " \n
" after manually entering parameters).
-Enter name of output file.
-Close program.
Any advice will be greatly appreciated!
Thanks,
Dan Rabosky
Dan Rabosky
Department of Ecology and Evolutionary Biology
237 Corson Hall
Cornell University
Ithaca, NY14853-2701 USA
web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2006 Jun 07
3
Building packages in R - 'private' functions
...potential problem with this approach is that - should an 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 05
1
Monotone splines
Hello, i have a little problem with R and i hope you can help me.
I want to use splines to estimate a function but i want to force the interpolation to be monotone. Is this possible with R ?
Thank you,
RĂ©mi.
---------------------------------
[[alternative HTML version deleted]]
2004 Mar 05
3
Lyapunov exponent code for time series
Dear all,
Has anyone worked on coding for calculating Lyapunov Exponent for a time
series data? or any package is available for computing Lyapunov?
Please advice and many thanks in advance.
Catherine X Wang
2012 Jan 16
1
Package "maps": what is the name of county # 2395?
I am using "maps". I am running the following code to get this list of
all the counties:
map('county', plot=FALSE)$names
In the output, all counties have first the state listed and then,
after a comma, the name of the county.
However, county # 2395 (State = south dakota) has no county name.
Anyone knows what this county is?
Thank you!
--
Dimitri Liakhovitski
2001 May 16
2
bivariate function in gam model
R-users --
I would be interested in tools in R to fit the following gam model:
logit(p) = a + f(x1) + f(x2) + f(x1,x2),
where f(x1,x2) defines a surface.
I have looked into the mgcv library, but it seems only to fit models of
the form:
logit(p) = a + f(x1) + f(x2)
Any ideas?
Cheers,
Dan
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Dan Powers
Associate Professor,
2006 Dec 05
1
dynamic variable creation in lists and data frames
...which I
dynamically create variables in lists, without initializing them in some
fashion? This approach worked fine until I noticed this issue with
variables having similar names.
Thanks very much in advance for your help.
Dan Rabosky
Dan Rabosky
Department of Ecology and Evolutionary Biology
Corson Hall
Cornell University
Ithaca, NY 14853
2004 Apr 28
2
Matrix efficiency in 1.9.0 vs 1.8.1
...can do with matrix objects? Or some other
way to avoid the twofold speed hit in moving to 1.9?
I've tried using the Rblas.dll for AthlonXP on CRAN, and
it doesn't help.
Thanks in advance,
Steve
Stephen P. Ellner (spe2 at cornell.edu)
Department of Ecology and Evolutionary Biology
Corson Hall, Cornell University, Ithaca NY 14853-2701
Phone (607) 254-4221 FAX (607) 255-8088
2003 Nov 05
3
using LSODA in R
R help list subscribers,
I am a new user of R. I am attempting to use R to explore a set of
equations specifying the dynamics of a three trophic level food chain. I
have put together this code for the function that is to be evaluted by
LSODA. My equations Rprime, Cprime, and Pprime are meant to describe the
actual equation of the derivative. When I run LSODA, I do not get the
output that