nls The nls class | R Documentation |
Classes for hdxstats package
## S4 method for signature 'HdxStatModel' show(object) ## S4 method for signature 'HdxStatModels' show(object) ## S4 method for signature 'HdxStatRes' show(object) ## S4 method for signature 'nlsList' length(x) ## S4 method for signature 'HdxStatModel' length(x) ## S4 method for signature 'HdxStatModels' length(x) ## S4 method for signature 'nlsList,ANY,ANY' x[[i, j = "missing", drop = "missing"]] ## S4 method for signature 'nlsList,ANY,ANY,ANY' x[i, j = "missing", drop = "missing"]
object |
An instance of class |
x |
Object to be subset. |
i |
An |
j |
Missing. |
drop |
Missing. |
nlsmodels
A list()
containing nls models results in nls
instances.
Each element must be a valid nls
instance.
nullmodel
A nls
object describing the fitted null model
alternative
An nlsList
object described the fitted alternative models
vis
A ggplot
object visualising the fitted objects
method
A character
string indicating the model fitted
formula
An instance of formula
class
statmodels
A list
of models. Each instance must a valid HdxStatModel
.
results
A DataFrame
contains summarised results from an hdx experiment.
method
The statistical method applied method applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.