search for: hbrfit

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

Did you mean: breit
2018 May 08
4
Average of results coming from B=100 repetitions (looping)
...Ae and MedAeSQ from HBR model on Testing data install.packages("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,2...
2018 Apr 13
0
cvTools for 2 models not working
Dear R-experts, I am trying to do cross-validation for different models using the cvTools package. I can't get the CV for the "FastTau" and "hbrfit". I guess I have to write my own functions at least for hbrfit. What is going wrong with FastTau ? Here below the reproducible example. It is a simple toy example (not my real dataset) with many warnings, what is important to me are the errors. ###CROSS-VALIDATION ###################### # in...
2018 May 08
0
Average of results coming from B=100 repetitions (looping)
...esting data > install.packages("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)...
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
..."robustbase" ) # install.packages( "MASS" ) # install.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...
2018 Apr 25
0
Zero errors : Bug in my R code ?
...here is a bug in my R code. How could I correct my R code ? # install.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,...