Confidence intervals for ICC, it seems that none of the ci_method
s work (neither default, boot
or analytical
).
#607
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 13s
Annotations
1 error and 7 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/icc.R#L252
file=R/icc.R,line=252,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 137 characters.
|
lint-changed-files / lint-changed-files:
R/icc.R#L278
file=R/icc.R,line=278,col=13,[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-changed-files / lint-changed-files:
R/icc.R#L431
file=R/icc.R,line=431,col=10,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
|
lint-changed-files / lint-changed-files:
R/icc.R#L696
file=R/icc.R,line=696,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-changed-files / lint-changed-files:
R/r2_nakagawa.R#L157
file=R/r2_nakagawa.R,line=157,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 128 characters.
|
lint-changed-files / lint-changed-files:
R/r2_nakagawa.R#L175
file=R/r2_nakagawa.R,line=175,col=13,[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-changed-files / lint-changed-files:
R/r2_nakagawa.R#L269
file=R/r2_nakagawa.R,line=269,col=10,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
|