Skip to content

Support for nestedLogit models #263

Support for nestedLogit models

Support for nestedLogit models #263

Triggered via pull request October 3, 2023 10:07
Status Failure
Total duration 4m 3s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
3m 44s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/model_performance.lm.R#L128
file=R/model_performance.lm.R,line=128,col=11,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.