search for: kloke

Displaying 20 results from an estimated 21 matches for "kloke".

Did you mean: kloe
2002 Jan 21
2
a Bootstrap understanding problem
...ntile confidence interval I am getting now is a lot larger. (The data I want to estimate are correlations of 13 data pairs. The lower ci bound went from about 0.16 to 0.03 for the same data set.) Is there a known difference in the use of the wording BCa percentile? -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &quo...
2018 May 08
4
Average of results coming from B=100 repetitions (looping)
...ng MedAe 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,...
2001 Sep 03
1
R-1.3.0-1.3.1.diff does not patch correctly
Subj. says it. The patch contains several lines complaining about "No newline". After removing these the patch was applicable. -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &qu...
2004 Jun 22
1
lme4 fails to install on R-1.9/FreeBSD-5.2 (PR#7007)
Full_Name: W.B.Kloke Version: 1.9.1 OS: FreeBSD-5.2.1 Submission from: (NULL) (195.253.16.182) Subject line says it. I had problems installing lme4. 1. The dependency on package Matrix was not resolved (I am not sure that this is really a bug; but it is annoying, anyway). 2. Installing Matrix failed with a message...
2018 May 08
0
Average of results coming from B=100 repetitions (looping)
...l 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,...
2003 Oct 24
2
NLME: gls parameter evaluation inconsistency (PR#4757)
Full_Name: W.B.Kloke Version: 1.8.0 OS: FreeBSD-4.7 Submission from: (NULL) (195.253.22.63) I found a parameter evaluation inconsistency in NLME package. I tried to use gls() inside a function, and I wanted use gls() for different subsets of a data frame: prgls <- function(name){ gls( log10(Y)~(cond-1)+(cond-1):t...
2001 Aug 09
1
converting a BMDP 8V mixed model to R / nlme
...about an hour for either rebooting the system or having a lucky outcome. There seems to be something fundamentally wrong. It seems I have to move to nmle to get variance components. I did not manage to translate my problem to mle language yet. Thanks for any help -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &quo...
2003 Nov 12
2
bug in det using method="qr" (PR#1244) (PR#4450)
...tion is rank deficient. A better fix for (PR#1244) should be considered. I propose, using qr method with tol=0 as default, for det(). Even more preferrable, tol=0 can be made the default for qr(), forcing all applications to set a reasonable tol for their own. wbk -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257
2006 Jan 11
1
F-test degree of freedoms in lme4 ?
...26 g b 80 81 MZ 30 g b 80 82 MP 26 g b 80 83 HJ 26 g b 80 84 SJ 24 g b 80 85 WJ 28 g b 48 86 CR 28 g b 48 87 MZ 27 g b 48 88 MP 30 g b 48 89 HJ 26 g b 48 90 SJ 16 g b 48 91 WJ 28 g b 16 92 CR 19 g b 16 93 MZ 24 g b 16 94 MP 32 g b 16 95 HJ 30 g b 16 96 SJ 22 g b 16 -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257
2011 Feb 14
2
How to get warning about implicit factor to integer coercion?
Is there a way in R (12.x) to avoid the implicit coercion of factors to integers in the context of subscripts? If this is not possible, is there a way to get at least a warning, if any coercion of this type happens, given that the action of this coercion is almost never what is wanted? Of course, in the rare case that as.integer() is applied explicitly onto a factor, the warning is not needed,
2001 Aug 09
0
converting BMDP 8V mixed model treatment to R ?
...VMS system in mere 20 seconds CPU time. To run the above R partial solution I have to wait for about an hour on a freshly loaded R, after making the swapspace 3times as large as I use in normal work. There must be something wrong, but I have no idea, how to advance. -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &quo...
2002 Jul 15
0
unhappy with aov performance
...ould try to aggregate the response variables for all and use a count for weighting them. AFAIS, in principle the cases could be submitted seqentially to the fitting process avoiding the explicit building of the model matrix. Is anybody working on this in R context? -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &quo...
2004 Apr 20
2
Indexing by factor misfeature
Yesterday I was biten by a feature, which I find too dangerous. I wanted to use a factor `Subject?? as index into a data frame, whose row names were the levels of this factor. So there a 2 different possible interpretations of this: Either Subject is coerced to numeric or to character. The intended interpretation was, of course, `as.character(Subject)'. R did `as.numeric(Subject)??. This will
2001 Sep 05
1
spam on R lists --> refuse mail??
We get caught occasionally, and we all receive spam; sorry for the last one (on R-help). Of course, there will never be a 100% sure prevention... Question is what should happen when mail from R-help to an adressee is refused with the following message : At least I won't be able to easily send e-mail to them {and am not willing to use a non-easy way}.... ----- Transcript of session
2018 Apr 13
0
cvTools for 2 models not working
...-VALIDATION ###################### # 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') # 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,...
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
...kages( "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...
2018 Apr 25
0
Zero errors : Bug in my R code ?
...uess there 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...
2007 Oct 31
3
Find A, given B where B=A'A
Given a matrix B, where B=A'A, how can I find A? In other words, if I have a matrix B which I know is another matrix A times its transpose, can I find matrix A? Thanks, Mike
2002 Aug 16
2
[nlme] BLUPs for a new subject in a fitted lme model?
I am seeking for a method to calculate, given a fitted lme model and some data for a subject, the random effects predictors for this subject. I can only find predictors for the subjects used in creating the fit. Of course I could just add the subject and redo the fit. But I want to avoid just this refitting. Thanks for help wbk
2011 Dec 05
0
ANNOUNCEMENT: Call for Proposals for The R Series from Chapman & Hall/CRC
...Measurement 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 (davi...