3 Questions 15 Answers 0 Followers
Questions related from Slawomir Dorocki
I am looking for a procedure description in SAS for partial Mantel Correlation (for more than three variables) - Manly (Mulivariate Statistics - primer). Examples SAS or RRegards
11 August 2017 1,404 0 View
I am looking for the methods of measuring economic development in historic times. Can I use the demographic indicators such as: population, population density, population growth? What would you...
30 September 2014 2,503 12 View
Why do I receive the same data and average? d = c(13,18,12,9,10,8,11,9,24,10) > sample(d,10,replace=T) [1] 11 24 10 8 10 24 13 12 24 13 > rep(sample(d,10,replace=T),10) [1] 8 12 18 18...
10 January 2014 5,536 3 View