Skip to content

estimate_means(backend = "marginaleffects") not calculating marginal means #205

estimate_means(backend = "marginaleffects") not calculating marginal means

estimate_means(backend = "marginaleffects") not calculating marginal means #205

Triggered via pull request December 15, 2024 22:50
Status Success
Total duration 1m 57s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / lint: R/estimate_grouplevel.R#L92
file=R/estimate_grouplevel.R,line=92,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 133 characters.
lint / lint: R/estimate_slopes.R#L211
file=R/estimate_slopes.R,line=211,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
lint / lint: R/get_marginaleffects_type.R#L20
file=R/get_marginaleffects_type.R,line=20,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint / lint: R/get_marginaleffects_type.R#L21
file=R/get_marginaleffects_type.R,line=21,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint / lint: R/get_marginalmeans.R#L68
file=R/get_marginalmeans.R,line=68,col=28,[assignment_linter] Use <-, not =, for assignment.
lint / lint: R/reshape_grouplevel.R#L27
file=R/reshape_grouplevel.R,line=27,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
lint / lint: R/reshape_grouplevel.R#L60
file=R/reshape_grouplevel.R,line=60,col=15,[fixed_regex_linter] Use ":" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
lint / lint: R/reshape_grouplevel.R#L61
file=R/reshape_grouplevel.R,line=61,col=65,[fixed_regex_linter] Use ":" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
lint / lint: R/reshape_grouplevel.R#L62
file=R/reshape_grouplevel.R,line=62,col=43,[fixed_regex_linter] Use ":" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
lint / lint: R/reshape_grouplevel.R#L70
file=R/reshape_grouplevel.R,line=70,col=5,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.