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

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.

Here is the code I am running: xytb(df, winsize=seq(3,23,10),idquant=seq(0,1,.25))
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

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.

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