r - Why is a paleoTS function not working? -
i have loaded paleots in r (2.13.0) , tried use fit3models.joint
function, can't. tried reinstalling assures me paleots there! appreciated:
error: not find function "fit3models.joint" > utils:::menuinstallpkgs() warning: package 'paleots' in use , not installed
not enough information yet. see no evidence fit3models.joint
function in paleots
package: did mean fit3models
... ? or fit3models(...,method='joint')
(based on looking @ examples in ?fit3models
?
install.packages("paleots") library("paleots") ls(pos=2) [1] "add.ou.curves" "akaike.wts" "as.paleots" [4] "as.paleotsfit" "cat.paleots" "comparemodels" [7] "fit3models" "fitgpunc" "fit.sgs" [10] "ic" "ln.paleots" "logl.covtrack" [13] "logl.grw" "logl.joint.grw" "logl.joint.ou" [16] "logl.joint.punc" "logl.joint.punc.omega" "logl.joint.stasis" [19] "logl.joint.urw" "logl.mult" "logl.mult.covtrack" [22] "logl.punc" "logl.punc.omega" "logl.samems" [25] "logl.samevs" "logl.sgs" "logl.sgs.omega" [28] "logl.stasis" "logl.urw" "lri" [31] "lynchd" "mle.grw" "mle.stasis" [34] "mle.urw" "opt.covtrack" "opt.covtrack.mult" [37] "opt.grw" "opt.grw.shift" "opt.joint.grw" [40] "opt.joint.ou" "opt.joint.punc" "opt.joint.stasis" [43] "opt.joint.urw" "opt.punc" "opt.rw.mult" [46] "opt.rw.samems" "opt.rw.samevs" "opt.sgs" [49] "opt.stasis" "opt.urw" "ou.m" [52] "ou.v" "plot.paleots" "pool.var" [55] "read.paleots" "shift2gg" "shifts" [58] "sim.covtrack" "sim.grw" "sim.grw.shift" [61] "sim.ou" "sim.punc" "sim.sgs" [64] "sim.stasis" "split4punc" "std.paleots" [67] "sub.paleots" "test.var.het"
Comments
Post a Comment