Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/zvalues.R View source: R/rzvalues.R
Compute Sample variance for dependent variable. For repeated response the sample variance of predictor compute over a cross section of predictor, for non repeated data sample variance of response computed by difference of residuals of consequetive values.
1 | zvalues(res, ni, xo)
|
res |
The data to compute variance for. In most of application it is residuals of fitt. |
ni |
vector of bumber of repeated data. It can be output from |
xo |
Position of the repeated data in original vector. |
Typically it is used to compute the variance of residuals output from nonrepl
function.
vector of classic variance.
The robustified form of this function is rzvalues
.
This function call by nlr
, it might not be called directly by user.
Bunke, O., Droge, B., Polzehl.
Bunke, O., Droge, B., Polzehl, J. Splus tools for model selection in nonlinear regression (1998) Computational Statistics, 13 (2), pp. 257-281.
1 2 | ## The function is currently defined as
"zvalues"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.