Description Usage Arguments Details
Fitting a regression line through log growth against log dbh, binning on dbh.
1 2 3 | growth.flexbin(growthtable, sizecol = "dbh", nobin = 2, start = NULL,
startsd = NULL, sdmodel = linear.model.ctr, badsdfunc = NULL,
method = "Gibbs", rep = 1200, show = 100, burn = 200, ...)
|
growthtable |
A table with 2 columns, one named |
method |
If |
... |
Conditionally passed to a number of functions; see function definition. |
Since stats::optim()
fails if the initial likelihood is -Inf, it became
necessary to check the parameters with bad.binparam()
before running.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.