summary.fled {fiberLD} | R Documentation |
Summary for a fled fit
Description
Takes a fled
object produced by fled()
and produces various useful
summaries from it.
Usage
## S3 method for class 'fled'
summary(object,...)
## S3 method for class 'summary.fled'
print(x,digits = max(3, getOption("digits") - 3),...)
Arguments
object |
a fitted |
x |
a |
digits |
controls the number of digits printed in the output. |
... |
other arguments. |
Value
summary.fled
produces the following list of summary information for a fled
object.
fixed |
is a logical vector for any model parameters that are fixed |
n |
number of observations |
loglik |
minimized minus log likelihood for the model |
model |
the model used |
method |
'ML' method used |
data.type |
type of data used |
conv |
indicates why the optimization algorithm terminated |
p.table |
table of model parameters |
ss.table |
table of summary statistics for cell lengths in the increment core |
w.fine |
table of summary statistics for fine lengths in the standing tree |
w.fiber |
table of summary statistics for fiber lengths in the standing tree |
mean.w |
expected value of the cell lengths in the standing tree |
eps.tree |
proportion of fines in the standing tree |
se.eps.tree |
standard error of eps.tree |
Author(s)
Sara Sjöstedt de Luna, Konrad Abramowicz, Natalya Pya Arnqvist
References
Svensson, I., Sjöstedt de Luna, S., Bondesson, L. (2006). Estimation of wood fibre length distributions from censored data through an EM algorithm. Scandinavian Journal of Statistics, 33(3), 503–522.
Chen, Z. Q., Abramowicz, K., Raczkowski, R., Ganea, S., Wu, H. X., Lundqvist, S. O., Mörling, T., Sjöstedt de Luna, S., Gil, M.R.G., Mellerowicz, E. J. (2016). Method for accurate fiber length determination from increment cores for large-scale population analyses in Norway spruce. Holzforschung. Volume 70(9), 829–838.
See Also
Examples
## see ?fled help files