search for: stat666

Displaying 5 results from an estimated 5 matches for "stat666".

Did you mean: stat64
2018 May 08
4
Average of results coming from B=100 repetitions (looping)
...;robustbase") install.packages( "MASS" ) install.packages( "quantreg" ) install.packages( "RobPer") install.packages("devtools") library("devtools") install_github("kloke/hbrfit") install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') library(robustbase) library(MASS) library(quantreg) library(RobPer) library(hbrfit) # numeric variables A=c(2,3,4,3,2,6,5,6,4,3,5,55,6,5,4,5,6,6,7,52) B=c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,65,4,34,54,23) D=c(21,54,34,12,4,56,74,3,12,71,14,15,63,34,35,23,...
2018 May 08
0
Average of results coming from B=100 repetitions (looping)
...kages( "MASS" ) > install.packages( "quantreg" ) > install.packages( "RobPer") > install.packages("devtools") > library("devtools") > install_github("kloke/hbrfit") > install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') > library(robustbase) > library(MASS) > library(quantreg) > library(RobPer) > library(hbrfit) > > # numeric variables > A=c(2,3,4,3,2,6,5,6,4,3,5,55,6,5,4,5,6,6,7,52) > B=c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,65,4,34,54,23) > D...
2018 Apr 13
0
cvTools for 2 models not working
...; ) # install.packages( "MASS" ) # install.packages( "quantreg" ) # install.packages( "RobPer" ) # install.packages("devtools")? # library("devtools") # install_github("kloke/hbrfit") #install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') # install.packages( "cvTools" ) library(robustbase) library(MASS) library(quantreg) library(RobPer) library(hbrfit) library(cvTools) X <- c(5,3,2,4,7,6,9,3,7,11,1,6,4,5,6,9,4,5,34,2,1,3,12,8,9,7,4,12,19,21) Y <- c(25,24,23,19,17,14,13,14,25,13,17...
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
...tall.packages( "quantreg" ) # install.packages( "RobPer" ) # install.packages( "scatterplot3d" ) # install.packages("devtools")? # library("devtools") # install_github("kloke/hbrfit") #install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') library(robustbase) library(MASS) library(quantreg) library(RobPer) library(scatterplot3d) library(hbrfit) library(MLmetrics)? # numeric variables A=c(2,3,4,3,2,6,5,6,4,3,5,55,6,5,4,5,6,6,7,52) B= c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,65,4,34,54,23) C=c(2...
2018 Apr 25
0
Zero errors : Bug in my R code ?
....packages( "robustbase" ) # install.packages( "MASS" ) # install.packages( "quantreg" ) # install.packages( "RobPer" ) # install.packages("devtools")? # install_github("kloke/hbrfit") #install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') #install.packages("DMwR") library(robustbase) library(MASS) library(quantreg) library(RobPer) library(hbrfit) library("devtools") library("DMwR") bmi=c(23,43,12,1,23,4,3,4,5,5,6,5,5,34,67,87,32,12,23,19) glucose=c(98,34,21,13,2,43,...