Displaying 3 results from an estimated 3 matches for "glsstruct".
2004 Jul 05
1
"make" error for R-1.9.1
...ed text html latex
varFunc text html latex
varIdent text html latex
varPower text html latex
varWeights text html latex
varWeights.glsStruct text html latex
varWeights.lmeStruct text html latex
Error in .installPackageIndices(".",
"/working/jrd/sat/rksh/R-1.9.1/library/nlme
") :
cannot open directory'/working/jrd/sat/rksh/R-1.9.1/library/nlme/Meta'
Execution...
2004 Oct 28
0
Auxilliary args in gls
...e "knots" in my model formula.
It should not be part of the data frame, as it is a vector of a
different length. How can this be done?
The gls() code suggests it may be difficult to keep the auxillary arg
out of the model.frame but in the evaluation frame of the formula:
glsSt <- glsStruct(corStruct = correlation, varStruct =
varFunc(weights))
mfArgs <- list(formula = asOneFormula(formula(glsSt), model,
groups), data = data, na.action = na.action)
if (!missing(subset)) {
mfArgs[["subset"]] <- asOneSidedFormula(Call[["subset"]])[[2]]...
2004 Jul 01
2
Individual log likelihoods of nlsList objects.
Hello all.
I was wondering if the logLike.nls() and logLike.nlme() functions are still
being used. Neither function seems to be available in the most recent
release of R (1.9.1). The following is contained in the help file for
logLik(): "classes which already have methods for this function include:
'glm', 'lm', 'nls' and 'gls', 'lme' and others in