powered by
Simulate Stasis time-series for trait evolution
sim.Stasis( ns = 20, theta = 0, omega = 0, vp = 1, nn = rep(20, ns), tt = 0:(ns - 1) )
a paleoTS object
paleoTS
number of populations in the sequence
mean of populations
variance among populations
phenotypic variance within populations
vector of population sample sizes
vector of population times (ages)
sim.GRW, sim.OU, as.paleoTS
sim.GRW
sim.OU
as.paleoTS
x <- sim.Stasis(omega = 0.5, vp = 0.1) w.sta <- fitSimple(x, model = "Stasis") w.ss <- fitSimple(x, model = "StrictStasis") compareModels(w.sta, w.ss)
Run the code above in your browser using DataLab