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

Add a GridSpan() #302

Closed
gowerc opened this issue Apr 4, 2024 · 3 comments · Fixed by #303
Closed

Add a GridSpan() #302

gowerc opened this issue Apr 4, 2024 · 3 comments · Fixed by #303

Comments

@gowerc
Copy link
Collaborator

gowerc commented Apr 4, 2024

Would be good to have a grid function that provides N evenly spaced timepoints between each subjects first and last observation e.g.

subject_1 = seq(min(time_for_pt_1) , max(time_for_pt_1) , length.out = 100)
subject_2 = seq(min(time_for_pt_2) , max(time_for_pt_2) , length.out = 100)

I'm not really sure what to call it though. Am currently thinking GridSpan() but this isn't really that descriptive. Perhaps GridWithin() or GridWithinSubject() or GridSpanSubject()

@danielinteractive
Copy link
Collaborator

GridRange, GridSeq?

@gowerc
Copy link
Collaborator Author

gowerc commented Apr 5, 2024

GridEven() / GridIndividual() / GridSubject() ?

@danielinteractive
Copy link
Collaborator

all ok for me - you can choose what is most congruent with the other names

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 a pull request may close this issue.

2 participants