better handling of svyglm objects and factor predictors #159
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please ensure the following before submitting a PR:
[v] if suggesting code changes or improvements, open an issue first
[v] for all but trivial changes (e.g., typo fixes), add your name to DESCRIPTION
[v] for all but trivial changes (e.g., typo fixes), documentation your change in NEWS.md with a parenthetical reference to the issue number being addressed
[v] if changing documentation, edit files in
/R
not/man
and rundevtools::document()
to update documentation[v] add code or new test files to
/tests
for any new functionality or bug fix[v] make sure
R CMD check
runs without error before submitting the PRMore Straightforward handling of "svyglm" objects from package survey (remove the
design
argument frommargins.svyglm()
). design in margins.svyglm #124Better handling of factor predictors.
at
and factors #116, margins(at = ) fails when only one factor level is specified #121, Problem with factors that have unused levels #125Added
coef()
method for "margins" class. Feature request: coef method for margins objects #131