Last chance! 50% off unlimited learning
Sale ends in
This function is used to calculate the estimates for cv.nonlinear
.
getcoef.nonlinear(fit.cv, n.x.grid = 50)
the object obtained from cv.nonlinear
.
the number of grid points of cv.nonlinear
, respectively. The grid of n.x.grid
equally spaced values between the minimum and maximum of all the discretely observed values of
a list containing
the vector of estimated values of
a list of length X.grid[[i]]*t.x.list[[i]]*t.y
(see below).
a list of length n.x.grid
equally spaced values between the minimum and maximum of all the discretely observed values of
one of the arguments in cv.nonlinear
, specifying the list of the vectors of obesrvation points for
one of the arguments in cv.nonlinear
, specifying the vector of obesrvation points of the response curve
%% ~Describe the value returned %% If it is a LIST, use %% \item{comp1 }{Description of 'comp1'} %% \item{comp2 }{Description of 'comp2'} %% ...
# NOT RUN {
#See the examples in cv.nonlinear().
# }
Run the code above in your browser using DataLab