similar to: including NAs in a table

Displaying 20 results from an estimated 20000 matches similar to: "including NAs in a table"

2000 Feb 08
1
gnome support failure (libglade error on debian)
Hi, I'm running debian - upgraded fully to potato at the start of the freeze and added latest libgnome-dev before configuring. I tried compiling with gnome support with /usr/local/R/R-0.99.0/configure --with-gnome and got the following output: checking for gnome-config... /usr/bin/gnome-config checking if /usr/bin/gnome-config works... yes checking for orbit-config...
1999 Jun 11
1
Segmentation fault (Debian slink+libc6 2.1)
Hi, I've just upgraded my debian machine to the 2.1 libc6 libraries, and I started getting segmentation faults with R. I tried re-compiling and got the same problem. I checked with the dependencies for the binary package, and I have all the required libraries. Any ideas? Thanks, Robert. ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677
1999 Dec 21
0
HTML archives will be down
Hi, As a precaution against all the computers here (Griffith University, Australia) going down with the Y2K bug, all the computers are going down. The site that the R archives are on will be down for a number of days over the new year, and the machine which actually creates the HTML archive files will be down for longer. Apologies for the disruption. ---- Robert King, Australian Environmental
1999 Jan 04
0
test
test ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677 Robert.King at mailbox.gu.edu.au http://www.ens.gu.edu.au/robertk/ When all's said and done, a lot more is said than done.
1999 Sep 01
1
What happened to error()
Apologies for the dumb question, but what happened to error()? How do I fail out of a function? ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677 Robert.King at mailbox.gu.edu.au http://www.ens.gu.edu.au/robertk/ "It might be in the basement, I'll go upstairs and check .." Escher
1997 Jul 31
1
R-beta: R-help archives in html format
Archives of the r-help mailing list are now available in html format at: http://www.ens.gu.edu.au/robertk/rhelp/about.htm The archives include R-help and the previous R-testers lists back to March 1996. ---- Robert King, || The Society for the Preservation of Tithesis commends your Environmental|| ebriated and scrutable use of "delible" and "defatigable", Science, ||
2000 Nov 30
3
Optimisation methods
I don't want to re-invent the wheel, and I'm trying to code up something that does a Nelder-Mead simplex method to minimise a non-linear objective function. (I'm porting something I originally wrote in matlab, using the optimisation toolbox funciton fmins). Is there already something available to do this included in R? Do people have suggestions on the best way to do this? Thanks,
2001 Nov 16
1
non-negative least squares?
In July of 1999 Douglas Bates invited R users to implement an algorithm for non-negative least squares based on Bates and Wolf, 1984: Communications in Statistics, Part B 13:841-850. <http://www.ens.gu.edu.au/robertk/R/help/99b/0058.html> I'm wondering if anybody has implemented this or something similar so I won't have to reinvent the wheel. Thanks! Bob Abugov
2006 Jul 14
1
SAS to R translator for particular procedures
Dear /Bill Paterson, while trying to find a way to convert SAS code into R, I came across your one time e-mail message (http://www.ens.gu.edu.au/robertk/R/help/99b/0908.html). I'd appreciate to learn if anything came out of this, or any suggestions. Thank you in advance, Mehmet Somel / -- Mehmet Somel Max Planck Institute for Evolutionary Anthropology Department of Evolutionary
2010 May 12
1
exact the variables used in tree construction
> fit.dimer <- rpart(as.factor(out) ~ ., method="class", data=p_df) > > fit.dimer$frame[, "var"] [1] NE WC <leaf> TA <leaf> <leaf> WG WD WW WC [11] <leaf> <leaf> <leaf> CT <leaf> FC <leaf> YG QT <leaf> [21] <leaf> <leaf> NW DP DY <leaf> SK
2010 Apr 29
1
variable importance in Random Forest
HI, Dear Andy, I run the RandomFOrest in R, and get the following resutls in variable importance: What is the meaning of MeanDecreaseAccuracy and MeanDecreaseGini? I found they are raw values, they are not scaled to 1, right? Which column if most similar to the variable rel.influence in Boosting? Thanks so much! > fit$importance 0 1
2010 Jan 02
2
ifelse and piecewise function
I am a novice user of "R" and I'm learning with R version 2.8.1, using WinEdt_1.8.1, under Widows Vista Home Version. ## The test function below, from a vector input, returns vector values: # and it contains an "ifelse"statement TEST<- function(x) { low<- -x^2 up<- x^4 ifelse(x>=0,up,low ) } u<- seq(-1,1,0.5) TEST(u)
2008 Dec 11
4
mounted directory repeating unexpected files and directories
Hi Samba List, I am finding a strange problem between a mount samba directory. Any clues why this is happening? The server side is WD MyBook World Edition II and the export directory is: /shares/internal/Music/ on the client site I am mounting the directory to /mnt/mybook-music the client is an ubuntu server $ uname -a Linux tsunami 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008
1998 Oct 21
2
R, SuSe and readline
Hello folks, I can't make R use the GNU-Readline-library. However, - I have run configure with --enable-readline and - configure *has found* the library. My Linux distribution is SuSe, July 1998. I'm using Kernel 2.0.25. I was told by Douglas Bates (r-devel), that this problem between R and (probably) SuSe was discussed before on this list. Can someone tell me how I can make R use
2001 Nov 20
0
Summary: non-negative least squares
Thank you Brian Ripley, Gardar Johannesson, and Marcel Wolbers for your prompt and friendly help! I will share any further learnings as I move through these suggestions. -Bob Abugov Brian Ripley wrote: I just use optim() on the sum of squares with non-negativity constraints. That did not exist in 1999. Gardar Johannesson wrote: You can always just use the quadratic programing library in R
2010 Jun 24
1
help in SVM
HI, GUYS, I used the following codes to run SVM and get prediction on new data set hh. dim(all_h) [1] 2034 24 dim(hh) # it contains all the variables besides the variables in all_h data set. [1] 640 415 require(e1071) svm.tune<-tune(svm, as.factor(out) ~ ., data=all_h, ranges=list(gamma=2^(-5:5), cost=2^(-5:5)))# find the best parameters. bestg<-svm.tune$best.parameters[[1]]
2010 May 11
1
how to extract the variables used in decision tree
HI, Dear R community, How to extract the variables actually used in tree construction? I want to extract these variables and combine other variable as my features in next step model building. > printcp(fit.dimer) Classification tree: rpart(formula = outcome ~ ., data = p_df, method = "class") Variables actually used in tree construction: [1] CT DP DY FC NE NW QT SK TA WC WD WG WW
2009 Feb 18
0
Segmentation Fault occured while connecting to the database
Hi All, Can anyone help me please?I don't know much about segmentation faults.I understand what it is,but why my script's throwing the error i don't know. This is my main function:---- *main<-function()* *{* * dbName<-"xyz_database"* * hostName<-"xyz.com"* * con<-myDbconnect(dbName,hostName) * *
2010 Aug 29
3
Three-dimensional contingency table
Hi, I am trying to assemble a three-way contingency table examining the presence/absence of mussels, water depth (Depth1 and Depth 2) and water velocity (Flow vs. No Flow). I have written the following code listed below; however, when run the glm I get the following message, "Error in model.frame.default(formula = Count ~ MP + wd + wv, drop.unused.levels = TRUE) : variable lengths differ
2010 Aug 25
3
What does this warning message (from optim function) mean?
Hi R users, I am trying to use the optim function to maximize a likelihood funciton, and I got the following warning messages. Could anyone explain to me what messege 31 means exactly? Is it a cause for concern? Since the value of convergence turns out to be zero, it means that the converging is successful, right? So can I assume that the parameter estimates generated thereafter are reliable MLE