View source: R/sapwood_utils.R
predict.sapwood_fit | R Documentation |
Obtain predictions for a model of type 'sapwood_fit', including prediction and confidence intervals. Optionally, one can predict how many sapwood rings were in a sample that contains some remaining rings but not all.
## S3 method for class 'sapwood_fit' predict(object, newdata = NULL, confidence = 0.95)
object |
an object of class "sapwood_fit", a result from a call to |
newdata |
an optional data frame/tibble/vector in which to look for variables with which to predict. If omitted, the fitted values are used. If a column |
confidence |
Confidence level in prediction (1-alpha). Defaults to 0.95. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.