search for: varidentorthoemail

Displaying 1 result from an estimated 1 matches for "varidentorthoemail".

2007 Aug 07
0
Bug in coef<-.varIdent method (nlme package) (PR#9831)
...coef<-.varIdent`(`*tmp*`, value = c(11, 12)) : Cannot change the length of the varIdent parameter after initialization occurs when "coef<-.varIdent" is applied to an initialized object of class varIdent with some of the coefficients being _fixed_. Attached files: 'varIdentOrthoEmail.txt' and 'varIdentOrthoEmail.Rout' illustrate the problem. 2. The code for "coef<-.varIdentX" method in 'varIdentmethodsRevised.txt' file illustrates how to fix this problem. 3. Specifically, to fix the problem the line if (length(value) != nGroups...