[R-sig-ME] Partial Argument Matching in nlme::varFunc

biii m@iii@g oii de@@ey@ws biii m@iii@g oii de@@ey@ws
Sat Apr 25 16:48:52 CEST 2020


Hi,

 

Recently, I have turned on warnings for partial argument name matching, and
with that, I'm finding many warnings.  One is while summarizing models
within the nlme library.

 

An example that causes this is:

 

```

library(nlme)

fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,

           correlation = corAR1(form = ~ 1 | Mare),

           weights = varIdent(form=~Mare))

summary(fm1)

```

 

Which gives the warning:

```

Warning message:

In coef.varIdent(x, uncons = FALSE, allCoef = TRUE) :

  partial argument match of 'uncons' to 'unconstrained'

```

 

This appears to be fixed by the diff I put into an R bug report here:
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17767

 

I assume that this list has the right people to review and apply the patch.


Thanks,

 

Bill


	[[alternative HTML version deleted]]



More information about the R-sig-mixed-models mailing list