Module 2
Daniel Tafmizi
Dr. Friedman
Lis 4370
Module 2
GitHub: daniel.R/Work.R/LIS4370Rprog/Module2.R at main · DanielDataGit/daniel.R (github.com)
When run, the following error code is executed, "error in myMean() : object 'assignment' not found". This error is caused because there is no variable defined as assignment. Furthermore, the variable somedata also lacks definition. To call a variable it must be initialized with a value.
Comments
Post a Comment