Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMXRD-174 handle NA values when printing #18

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

certara-mtalley
Copy link
Collaborator

Changed the empty result_ML$cov_selected column to be empty character values rather than NA values. This ensures there are no NA values left in the column if no covariates are selected in the 5 folds search.

Additionally changed the handling of result_ML[i, 1] downstream, to look for values != "" rather than non-NA values.

Changed the empty result_ML$cov_selected column to be empty character values rather than NA values. This ensures there are no NA values left in the column if no covariates are selected in the 5 folds search.

Additionally changed the handling of result_ML[i, 1] downstream, to look for values != "" rather than non-NA values.
@certara-irebai certara-irebai merged commit faf98b7 into main Sep 27, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants