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

as_data_set handles uc data sets incorrectly #1115

Open
kylebaron opened this issue Sep 22, 2023 · 0 comments
Open

as_data_set handles uc data sets incorrectly #1115

kylebaron opened this issue Sep 22, 2023 · 0 comments
Assignees
Labels
Projects

Comments

@kylebaron
Copy link
Collaborator

library(mrgsolve)
#> 
#> Attaching package: 'mrgsolve'
#> The following object is masked from 'package:stats':
#> 
#>     filter
as_data_set(
  ev_rep(evd(amt = 100), ID = 1:3), 
  ev_rep(evd(amt = 200), ID = 1:2)
)
#> Warning: missing values in some columns
#>         ID time cmt evid amt TIME AMT CMT EVID
#> 1...1    1    0   1    1 100   NA  NA  NA   NA
#> 1.1...2  2    0   1    1 100   NA  NA  NA   NA
#> 1.2      3    0   1    1 100   NA  NA  NA   NA
#> 1...4    4    0   0    0   0    0 200   1    1
#> 1.1...5  5    0   0    0   0    0 200   1    1

Created on 2023-09-21 with reprex v2.0.2

@kylebaron kylebaron self-assigned this Sep 22, 2023
@kylebaron kylebaron added the bug label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development
  
Awaiting triage
Development

No branches or pull requests

1 participant