similar to: Start Klimt from R

Displaying 20 results from an estimated 200 matches similar to: "Start Klimt from R"

2009 May 12
1
questions on rpart (tree changes when rearrange the order of covariates?!)
Greetings, I am using rpart for classification with "class" method. The test data is the Indian diabetes data from package mlbench. I fitted a classification tree firstly using the original data, and then exchanged the order of Body mass and Plasma glucose which are the strongest/important variables in the growing phase. The second tree is a little different from the first one. The
1998 Aug 25
1
static entries to WINS, how to do correct ?
Dear samba users, I'm trying to add static entries to a samba WINS server (samba-1.9.18p8-51.2). Therefore I have a file /etc/samba/lmhosts: -------------------------------------------- klimt.iwr KLIMT klee KLEE -------------------------------------------- and start nmb with: /usr/sbin/nmbd -d 3 -H /etc/samba/lmhosts The problem now is: Only if "wins proxy=yes"
1997 Nov 01
0
1.9.17p4 - Hanging smbd on logout ?!
Dear Samba Developers, OS: Linux 2.0.31 Samba1.9.17p4 today I detected that smbstatus shows more users logged in as really using the samba service. It seems that at logoff sometimes the smbd won't die and won't free the used tcp/ip socket: Output from "netstat -a": Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address
2011 Dec 28
1
folders of path - platform independent (repost)
Hello, (sorry re-posting due to typo) I'm attempting to get the folders of a path in a robust way (platform independent, format independent). It has to run on Windows and Linux and tolerate different formats. For these: (The paths don't actually exist in Linux but you get the idea.) Windows: file_full_path = "C://Program Files//R//R-2.13.1//NEWS.pdf" file_full_path =
2003 Jun 30
2
Question regarding exclude and invalid arg messages
Hi, I'm running rsync 2.5.6. I use it to backup a RH 7.3 file server (samba+appletalk) to a FAT32 external HD. I get the following output: .1e6prS failed: Invalid argumentsp_ind/Emails ind/.Icon .fJ98aa failed: Invalid argumentsp_ud/Emails ud/.Icon .qLRVCT failed: Invalid argumentkt/02_Tegninger/planer/ai/.Icon .zM65uw failed: Invalid argumentkt/02_Tegninger/planer/fmz/.Icon mkstemp
2009 Mar 12
3
set size of a plot
Hi, I have the following R-code: pdf(file="test.pdf") hist(rcauchy(100)) dev.off() How can I set the size of the histogram in my pdf? I tried to do with par(...) but I didn't find the right parameter yet. Thanks, Max -- View this message in context: http://www.nabble.com/set-size-of-a-plot-tp22477083p22477083.html Sent from the R help mailing list archive at Nabble.com.
2003 Jan 08
1
Tools for tree naviguation
Sorry for this out-of-topic message. A while ago, somebody mentioned a software (an R interface xas in development at that time) to graphically look inside classification/regression trees and calculate various statistics on their nodes. Unfortunatelly, I lost the link and do not remember at all the name of the software. Could someone refresh my poor memory,... or perhaps point me on other
2009 Mar 19
4
Import R-output into Java
Hello, I want to import R-output via Rserve to Java, especially for the function ctree from the package party. Rserve is working properly. Yet, I only get the predictions with the Java code try{ RConnection c = new RConnection(); ... c.voidEval("modell <- ctree(...)"); REXP y = c.eval("nodes(modell,1)[[1]]$prediction"); ...
2001 Jul 12
1
Importing STATA files
I'm an R novice who is struggling with the importation STATA files into R. I've loaded "foreign" and tried the example based on the Swiss file, which works fine. I then placed a STATA file, auto6.dta, in my working directory, which is "C:\Program Files\R\rw1030\library\base\data". The following is what happened: > library(foreign) > read.dta(auto6) Error in
2004 Aug 30
1
initialization error with XEmacs init.el file
I have successfully used XEmacs on my home PC for several months. On 8/25/04 I downloaded R version 1.9.1 (rw1091) from one of the R mirror sites, XEmacs installer (setup.exe) from <http://www.xemacs.org/Download/win32/>, and Jim Fox's latest configuration files (fox-ess-config.zip) from <http://socserv.socsci.mcmaster.ca/jfox/Books/Companion/ESS/> to my Dell laptop, which is
2007 Aug 16
1
Regression tree: labels in the terminal nodes
Dear everybody, I'm a new user of R 2.4.1 and I'm searching for information on improving the output of regression tree graphs. In the terminal nodes I am up to now able to indicate the number of values (n) and the mean of all values in this terminal node by the command > text(tree, use.n=T, xpd=T) Yet I would like to indicate automatically in the output graph of the tree some
1997 Jul 18
1
Visual C 5.0 loosing on samba1.17alpha4
On Fri, 11 Jul 1997, Hermann Lauer wrote: > The bad news: One of my Users complains that the Visual C 5.0 Compiler stops > working with mysterious error messages (On a NT 4.0SP3 Workstation). > The compiler seems not to find required dlls, exes and so on - despite the > fact, > that it is installed locally and only the files it works on comes via samba. I have found that the M$ VC
2006 Jan 04
5
Grandstream web configuration utility
I just purchased a Grandstream gxp-2000, budgetone102 and a HT-386. Browsing to each device by IP address, I can get logged in using admin and I can see the advanced settings, however, if I try to change the settings and clicking the Change button, it just brings me back to ask for the password again.. I can't get into the Status page or any of the Account1-4 pages either. It just keeps
2008 Apr 23
4
[LLVMdev] Error trying to build llvm-gcc
Hi, I was trying to build llvm-gcc by following the instructions as given in this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make errors: make[2]: Leaving directory `/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava' /home/pprabhu/llvm/llvm-objects/gcc/gcj -B/home/pprabhu/llvm/llvm-objects/gcc/
2009 Aug 06
1
Using 'field names' of a data.frame in a function
I may be doing this wrong! but I have a function which I have simplified a lot below. I want to pass some 'field names' of a data-frame to the function for it to then do some manipulation of. Here's my code: #build a simple dataset mydataset = data.frame (
2008 Apr 23
0
[LLVMdev] Error trying to build llvm-gcc
Prakash Prabhu wrote: > Hi, > > I was trying to build llvm-gcc by following the instructions as given > in this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html > on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make > errors: > > make[2]: Leaving directory > `/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava' >
2009 Jul 28
5
Summarising Data for Forrest Plots
I tried to post this a few times last week and it seems to have got stuck somehow so I'm trying from a different email in the hope that works. If somehow this has appeared on the list 20 tiems and I never saw any of them I apologize ;-) I'm basically an R-newbie. But I am VERY computer literate. But this has me stumped... All the examples for using the rmeta package to create a
2007 Mar 03
2
format of summary.lm for 2-way ANOVA
Hi, I am performing a two-way ANOVA (2 factors with 4 and 5 levels, respectively). If I'm interpreting the output of summary correctly, then the interaction between both factors is significant: ,---- | ## Two-way ANOVA with possible interaction: | > model1 <- aov(log(y) ~ xForce*xVel, data=mydataset) | | > summary(model1) | Df Sum Sq Mean Sq F value Pr(>F) |
2018 Nov 05
2
usb post passthough stopped workng after kernel upgrade
Greetings, I have a vm on debian 9.5 to which I pass an specific usb from the host. here is the relevant part in the vm's xml file: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x148f'/> <product id='0x5572'/> </source> <address type='usb'
2013 Mar 25
1
count NAs with aggregate
Dear members of this list, I'd like to count missing values using the aggregate function. Something like this: count_nas <- function(arg1) { return(sum(is.na(arg1))) } aggregate(cbind(var1, var2, var3) ~ subject + time, data = mydataset, count_nas) It's not working: I end up with a matrix containing zeros, although there are missings in the data frame. I'd highly