You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
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](https://private-user-images.githubusercontent.com/60012278/331269181-11d7fd2c-33b1-46e5-8cf1-79dceb4f4a77.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzEyNzgsIm5iZiI6MTczOTAzMDk3OCwicGF0aCI6Ii82MDAxMjI3OC8zMzEyNjkxODEtMTFkN2ZkMmMtMzNiMS00NmU1LThjZjEtNzlkY2ViNGY0YTc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE2MDkzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5Nzk1OWUxZGNjNzJmMjVmNDBkODVjMTI0YTNkNGYwNmQ3MTdkMDU5MTU1ODg1YjY4NTYxZjlmZjg2NmEyYTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.b0Pr89m10js8-1471CDlDRc2zxUltUwm5Ip1Y7BQhIg)
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](https://private-user-images.githubusercontent.com/60012278/331269531-b45d5e1b-8abb-4100-9dee-6aede954f302.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzEyNzgsIm5iZiI6MTczOTAzMDk3OCwicGF0aCI6Ii82MDAxMjI3OC8zMzEyNjk1MzEtYjQ1ZDVlMWItOGFiYi00MTAwLTlkZWUtNmFlZGU5NTRmMzAyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE2MDkzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWExMjkwZGMzYTA0MzUzNDZiODJjODJhZTBhMDhkYzBmNDRmMjM3NDgwOWM5Njg5YTdiMTcwMTZlZmMyOTkwYmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RYpHA5agr7wfgeJJrgHCb6ODb4poRtQBijL1fRwpm7k)
Here is the code I am running: xytb(df, winsize=seq(3,23,10),idquant=seq(0,1,.25))
The text was updated successfully, but these errors were encountered: