predict_nls: Non-linear model and prediction intervals for the best curve

Description Usage Arguments Value

View source: R/predict_nls.R

Description

Given a a non linear model by generates predictions and predictions intervals

Usage

1
predict_nls(m, min_time, max_time, alfa = 0.05)

Arguments

m

Model, returned by model_nls()

min_time

Integer. Starting value of the time span, counted as number of days.

max_time

Integer. Ending value of the time span, counted as number of days.

alfa

Numeric. Alpha level for the prediction interval

Value

A tibble.


davidmaciel/covertzbr documentation built on Dec. 16, 2020, 8:15 a.m.