search for: mckean

Displaying 10 results from an estimated 10 matches for "mckean".

2018 May 08
4
Average of results coming from B=100 repetitions (looping)
...s("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,3...
2018 May 08
0
Average of results coming from B=100 repetitions (looping)
...all.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...
2005 May 24
0
R Packages and code published in JSS in 2005
...Dyk MNP: R Package for Fitting the Multinomial Probit Model Volume 14, Issue 03 Buttrey Calling the lp_solve Linear Program Software from R, S-PLUS and Excel Volume 14, Issue 04 Zeileis and Grothendieck zoo: S3 Infrastructure for Regular and Irregular Time Series Volume 14, Issue 06 Terpstra and McKean Rank-Based Analyses of Linear Models using R Volume 14, Issue 07 === Jan de Leeuw; Distinguished Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-155...
2005 May 24
0
R Packages and code published in JSS in 2005
...Dyk MNP: R Package for Fitting the Multinomial Probit Model Volume 14, Issue 03 Buttrey Calling the lp_solve Linear Program Software from R, S-PLUS and Excel Volume 14, Issue 04 Zeileis and Grothendieck zoo: S3 Infrastructure for Regular and Irregular Time Series Volume 14, Issue 06 Terpstra and McKean Rank-Based Analyses of Linear Models using R Volume 14, Issue 07 === Jan de Leeuw; Distinguished Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 8130 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-155...
2018 Apr 13
0
cvTools for 2 models not working
...se" ) # 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,...
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
...) # 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) B= c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,65,4,34,54,2...
2018 Apr 25
0
Zero errors : Bug in 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,1,23,4,3,4,5,5,6,5,5,34,67,87,32,12,23,19) glucose=c(98,34,21,...
2005 Jul 10
2
Off topic -2 Ln Lambda and Chi square
Dear R : Sorry for the off topic question, but does anyone know the reference for the -2 Ln Lambda following a Chi Square distribution, please? Possibly one of Bartlett's? Thanks in advance! Sincerely, Laura Holt mailto: lauraholt_983 at hotmail.com
2011 Dec 05
0
ANNOUNCEMENT: Call for Proposals for The R Series from Chapman & Hall/CRC
...ement of Individual Stated Preferences Using R – Aizaki, Nakatani & Sato · Starting Quantitative Analysis with R – Fruehwald · Modeling of Longitudinal and Time-to-Event Data with Applications in R – Rizopoulos · Nonparametric Statistical Methods Using R – Kloke & McKean · Numerical Methods in Science and Engineering Using R – Bloomfield · Extended Rasch Modeling in R: Theory and Practice – Maier, Mair & Hatzinger We look forward to hearing from you. Best regards, Rob Calver (rob.calver@informa.com) David Grubbs (david.grubbs@tayl...
2009 Apr 23
3
Interpreting the results of Friedman test
Hello, I have problems interpreting the results of a Friedman test. It seems to me that the p-value resulting from a Friedman test and with it the "significance" has to be interpreted in another way than the p-value resulting from e.g. ANOVA? Let me describe the problem with some detail: I'm testing a lot of different hypotheses in my observer study and only for some the premises