Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGZILLA #17767] Warning about incomplete argument within nlme #6941

Open
MichaelChirico opened this issue May 19, 2020 · 0 comments
Open

Comments

@MichaelChirico
Copy link
Owner

Created attachment 2581 [details]
Diff to complete the argument name matching

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&sim; sin(2*pi*Time) + cos(2*pi*Time), Ovary,
           correlation = corAR1(form =&sim; 1 | Mare),
           weights = varIdent(form&sim;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 attached diff.


METADATA

  • Bug author - Bill Denney
  • Creation time - 2020-04-25 14:43:28 UTC
  • Bugzilla link
  • Status - UNCONFIRMED
  • Alias - None
  • Component - Add-ons
  • Version - R 3.6.xx
  • Hardware - All All
  • Importance - P5 trivial
  • Assignee - R-core
  • URL -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant