🎉 New paper alert! 🧠 The velocity-curvature power law is one of the 'kinematic laws of nature' (Flash 2021), a 'fundamental law of human control' (Zago et al. 2016), and one of the 'kinematic regularities' (Frith & Frith 2023) thought to underlie all biological motion. 1/9
@cchapman You can even add the necessary packages without ever looking at R
system('Rscript -e "install.packages(''psych'', repos=''https://t.co/6WfFZluhBZ'')"')
system('Rscript -e "install.packages(''ICC'', repos=''https://t.co/6WfFZluhBZ'')"')
#MATLAB#MATLABambassador#R
Follow-up to my ICC thread from last week 🧵 I wanted to test Salarian's MATLAB FileExchange code. Thanks to @cchapman.bsky.social for pointing me toward R. I took it further than perhaps intended.
New experience today 🎓: I set up an experiment to check the test–retest stability of my favourite kinematic measure: Lacquaniti’s 1/3 power law. A velocity–curvature relationship that results in a kinematic invariance which might underlie all biological motion.
What is social cognition? Watch my interview with Drs. Uta Frith (@utafrith) and Chris Frith about their book, “What Makes Us Social?” #Psychology#Science
https://t.co/EKu6TFDqZG
So here’s the question: what’s your ICC workflow? There must be dozens of us! Dozens!
MATLAB, R, Python… or do you still cling to SPSS? 🧐
#MATLAB#MATLABambassador
New experience today 🎓: I set up an experiment to check the test–retest stability of my favourite kinematic measure: Lacquaniti’s 1/3 power law. A velocity–curvature relationship that results in a kinematic invariance which might underlie all biological motion.
But… last updated in 2016. How far do we trust “random” code? 🤔 I will havw to write some tests. This is the reality of (apparently!) niche stats in MATLAB, community-driven, not MathWorks-authored. Who do I have to bribe to get it added?
🧵 Back in 1999, I was hand-rolling the Karhunen-Loève transform using eig() … you may know it as Principal Component Analysis, or as the cool kids now know it by its rapper name PCA. 🎤
I had no fancy toolboxes with the pca() command.
🙏 It lets you: • Manipulate μ and σ of up to 3 variables • Adjust correlations • Watch Principal Components (PCs) emerge in real-time ⚡You can rotate 3D plots 🔄, click individual points to see their deviation vectors animated, and visualize projections onto each PC.