Displaying 1 result from an estimated 1 matches for "createnormallydistributedclasses".
2012 Mar 28
2
Making Knitr work
...properly.
Here is the error message:
Quitting from lines 273-276: Error in setwd(base.dir) : kann Arbeitsverzeichnis nicht wechseln (it says: cannot change workspace)
The chunk that is 273-276:
<<getdata,echo=F>>=
library(e1071)
source("/src/TestRandomStuff.R")
allData<-createNormallyDistributedClasses(2, c(-2,2), 50, 2)
@
Further mentions of the chunk in console (its strangely listed twice):
|>>>>>>>>>>>>>>>>>>>>>>>> | 37%
label: getdata (with options)
List of 1
$ echo: logi FALSE...