is.valid.ouch.tree(node, ancestor, times, regimes = NULL)
tree.plot(node, ancestor, times, names = NULL, regimes = NULL)
brown.fit(data, node, ancestor, times)
brown.dev(n = 1, node, ancestor, times, sigma, theta)
hansen.fit(data, node, ancestor, times, regimes = NULL,
interval = c(0, 100), tol = 1e-12)
hansen.prof(alpha, data, node, ancestor, times, regimes = NULL)
hansen.dev(n = 1, node, ancestor, times, regimes = NULL,
alpha, sigma, theta)ouchtree. The validity checks formerly implemented by
is.valid.ouch.tree are now performed when an ouchtree is
contructed; see ouchtree, ouchtree-class.
The ouchtree class has a plot method, obviating the need
for tree.plot; see ouchtree-class. Brownian motion (BM) models are now built around the S4 class
browntree. Fitting BM models is now accomplished by means of
brown; generating random deviates from a fitted model,
by the simulate method for browntree-class objects. See
browntree-class.
The Ornstein-Uhlenbeck-based Hansen models are now implemented using
the S4 class hansentree. They are fit using
hansen; see hansentree-class for
documentation of the simulate method for this class.
ouch-package