Description Usage Format Details Source References Examples
Sub method used in procedures in functions.
1 |
The format is: data.frame chr "db.methodBR"
methodBR: method branch.
detailBR: detail and long description of the method.
Any method used in functions might have some sub branch depending the procedure it used. The codes and detail is from "db.methodBR" database. The result objects from function have "fittmethod" sub object that save methods and sub methods used in the function.
Robust Nonlinear Regression, Theories and Methods with Practical Guides for R Packages. Riazoshams et al.
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
1 2 3 | data(db.methodBR) # load data
db.methodBR # variable name
## maybe str(db.methodBR) ; plot(db.methodBR) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.