powered by
residd
Methods for function resid extracting residual values of a fitted model object from class cold.
resid
cold
# S4 method for cold resid(object, type = c( "pearson","response","null"),...)
an object of class cold.
an optional character string specifying the type of residuals to be used. Two types are allowed: pearson and response. Defaults to "pearson".
other arguments.
signature(object="cold")
residuals for cold object.
# NOT RUN { ##### data = seizure seiz1M <- cold(y ~ lage + lbase + v4 + trt + trt:lbase, data = seizure, start = NULL, dependence = "AR1") resid(seiz1M)[1:16] # }
Run the code above in your browser using DataLab