SyntaxFix
Write A Post
Hire A Developer
Questions
You are applying shapiro.test() to a data.frame instead of the column. Try the following:
shapiro.test()
data.frame
shapiro.test(heisenberg$HWWIchg)