Description Usage Arguments Details Value Note Author(s) References See Also Examples
Plot the fited curve and data, at a certain point of parameters, a given user parameter value (initial values mostly), or from selfStart
slot.
1 | plotinitial(form, data, start = getInitial(form, data), length.out = 100,...)
|
form |
|
data |
List of data set. |
start |
NULL or list of starting value, include the parameter names. |
length.out |
Length of the incremented predictor values, to acheive a more smooth curve. |
... |
extra argument to be passed to plot function, for further developement purposes. |
Plot initial can plot any fited curve at any parameter value. Technically it is implemented to test initial values computing by selfStart
slot of nl.form
object. But user can insert hi/her own starting value or even the final fited value.
Two dimensional Fitted curve and points.
Although the final parameter estimates can be used to fit the curve, but it has less options than plot
function.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
Seber, G., A. F. and Wild, C. J. (2003). Nonlinear Regression. New York: John Wiley & Sons, Inc.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.