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

Multiple columns of groups caused error in merge.splitByData #6

Closed
billdenney opened this issue Dec 9, 2015 · 0 comments
Closed

Multiple columns of groups caused error in merge.splitByData #6

billdenney opened this issue Dec 9, 2015 · 0 comments
Assignees
Labels

Comments

@billdenney
Copy link
Owner

When creating two groups as follows, the error below occurs.

myconc <- PKNCAconc(data=myrawconcdata ,formula= conc~time|subject/analyte)
# Put your dose data into a PKNCAdose object
mydose <- PKNCAdose(data=myrawdosedata ,formula= ~time|subject)
# Combine the two (and automatically determine the intervals of
# interest
mydata <- PKNCAdata(myconc, mydose)

Error in FUN(X[[1L]], ...) (from merge.splitByData.R#25) : 
  2 arguments passed to 'names' which requires 1
@billdenney billdenney added the bug label Dec 9, 2015
@billdenney billdenney self-assigned this Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant