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

xytb function is not properly identifying the id column #1

Open
jngranger opened this issue May 16, 2024 · 1 comment
Open

xytb function is not properly identifying the id column #1

jngranger opened this issue May 16, 2024 · 1 comment

Comments

@jngranger
Copy link

jngranger commented May 16, 2024

My data has a column named "id" that is stored as a character which identifies the id of each individual, as can be seen in this image
dataframe

However, the xytb function is clearly not identifying that we have switched individuals properly. As you can see from the output here, from the dt column, it is treating the data frame as one giant individual.
xytb output

Here is the code I am running: xytb(df, winsize=seq(3,23,10),idquant=seq(0,1,.25))

@ldbk
Copy link
Owner

ldbk commented May 25, 2024

Can you provide an sample of your df object in order to reproduce your issues from my side ?
Thank you !

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

No branches or pull requests

2 participants