Add effect size (Cohen's d) to estimate_contrasts
#1240
Annotations
10 warnings
lint / lint:
R/estimate_contrasts_effecsize.R#L5
file=R/estimate_contrasts_effecsize.R,line=5,col=3,[if_switch_linter] Prefer switch() statements over repeated if/else equality tests, e.g., switch(x, a = 1, b = 2) over if (x == "a") 1 else if (x == "b") 2.
|
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#L87
file=R/estimate_slopes.R,line=87,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
lint / lint:
R/format.R#L39
file=R/format.R,line=39,col=3,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L42
file=R/format.R,line=42,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L46
file=R/format.R,line=46,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L50
file=R/format.R,line=50,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L198
file=R/format.R,line=198,col=3,[object_overwrite_linter] 'predict' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L199
file=R/format.R,line=199,col=3,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L257
file=R/format.R,line=257,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|