Displaying 2 results from an estimated 2 matches for "sinauer".
Did you mean:
senauer
2008 Aug 10
2
Differential Equations there use in R (population modeling)
e1 <- function(x,b,t){
d<-(x)*(b^t)
plot(d)
}
e1(2, 2,seq(from=0, to=6, by=1))
Is there a way to do this with a change in time. I would like to use
differential equations. I am trying to model
a population with an initial value, fecundity per time step, and a
death rate. The above simply shows an exponential growth rate. I
would like to model species response like the famous
2005 Aug 04
1
linkage disequilibrium
Dear all,
I'm using the package "Genetics", and I'm interested in the computation of D'
statistics for Linkage Disequilibrium, for which the LD() command has been
realised. Unfortunately I don't find any reference on "how" the D' is computed
by the LD() function. In the package documentation it is generally referred as
"MLE" estimation, but