stanfordnmbl/sit2stand-analysis

Column Mismatch Error When Running .Rmd File

Opened this issue · 0 comments

I'm interested in mocap and computer vision, and I found your paper intriguing. I cloned your repo, followed the README.md instructions to install dependencies, and ran "GetMetrics.ipynb."

results

However, the "results.csv" file it generated has fewer columns than "./stats/dataClean.csv," which is causing errors when running "sit2stand_clean-data_v15.Rmd."

Error in `[.data.frame`(df, , c("Age", "Height", "Weight", "BMI", "Sex",  :  undefined columns selected

How can I fix this issue?