search for: toth

Displaying 20 results from an estimated 117 matches for "toth".

Did you mean: both
2002 Nov 10
4
frequency table
is anybody whoo know something about making frequency tables in R. i'm just beginner in R. thank you. -=-=-=-=-=-=-=-=-=-=- milan toth http://toth.host.sk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-...
2011 May 20
7
Finally cracked the mystery of motherboards with Vt-d support
...t I got from their support: "Almost board could support. Please refer to our website, http://www.msi.com/product/mb/." The problem is that QXX chipset are only used for mini and micro ATX motherboards with very few expansion card slots making the Vt-d kind of useless. -- Mgr. Simon Toth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2020 Nov 20
2
return (x+1) * 1000
...atible and would end up throwing syntax errors on: function() return function() return 2*x function() return (2*x) + 1 while still accepting: function() return() function() return(2*x) function() return((2*x) + 1) Just my two Friday cents /Henrik On Fri, Nov 20, 2020 at 3:37 PM D?nes T?th <toth.denes at kogentum.hu> wrote: > > Yes, the behaviour of return() is absolutely consistent. I am wondering > though how many experienced R developers would predict the correct > return value just by looking at those code snippets. > > On 11/21/20 12:33 AM, Gabriel Becker wrote: &...
2020 Nov 20
2
return (x+1) * 1000
...have a feeling all of this is just return() performing correctly though. If there are already R CMD CHECK checks for this kind of thing (I wasnt sure but I'm hearing from others there may be/are) that may be (and/or may need to be) sufficient. ~G On Fri, Nov 20, 2020 at 3:27 PM D?nes T?th <toth.denes at kogentum.hu> wrote: > Or even more illustratively: > > uneval_after_return <- function(x) { > return(x) * stop("Not evaluated") > } > uneval_after_return(1) > # [1] 1 > > On 11/20/20 10:12 PM, Mateo Obreg?n wrote: > > Dear r-developers-...
2006 Aug 11
3
XP clients disconnected during trasnfer of larger files tothe samba server
...--- From: samba-bounces+dmacpherson=mainframe.ca@lists.samba.org [mailto:samba-bounces+dmacpherson=mainframe.ca@lists.samba.org] On Behalf Of Derrick MacPherson Sent: Thursday, August 10, 2006 5:47 PM To: samba@lists.samba.org Subject: [Samba] XP clients disconnected during trasnfer of larger files tothe samba server i'm having an issue when transferring large files to the samba servers from an xp client - files about 1GB or larger. about 70% into the transfer i get a network share no longer exists error and the transfer fails. I can pull down from the server fine with no issues. The XP mach...
2013 Nov 18
5
Anyone using VT-d for GPUs on desktop/workstation?
Is there anyone actually using VT-d for GPU cards? From what I understand NVidia is impossible, but AMD does work for some cards. I would appreciate any hints from people that are actively using this technology. -- Simon Toth
2020 Nov 21
1
return (x+1) * 1000
...return (2*x) + 1 >> >> while still accepting: >> >> function() return() >> function() return(2*x) >> function() return((2*x) + 1) >> >> Just my two Friday cents >> >> /Henrik >> >> On Fri, Nov 20, 2020 at 3:37 PM D?nes T?th <toth.denes at kogentum.hu> wrote: >>> >>> Yes, the behaviour of return() is absolutely consistent. I am wondering >>> though how many experienced R developers would predict the correct >>> return value just by looking at those code snippets. >>> >>&g...
2007 Dec 26
7
Which is faster: searching in a file or in a database
Hello, I have ten CVS file with about 20000 rows in each. If I want to search in these files for example get every row that has the word "apple" i a column, which is faster: If I read all these ten files into the database and then making search in the database or If I search directly in the files for this inforamtion? Thank you! Please motivate your answer and include a code to make
2018 May 03
7
length of `...`
Hi, In some cases the number of arguments passed as ... must be determined inside a function, without evaluating the arguments themselves. I use the following construct: dotlength <- function(...) length(substitute(expression(...))) - 1L # Usage (returns 3): dotlength(1, 4, something = undefined) How can I define a method for length() which could be called directly on `...`? Or is it an
2011 Feb 02
4
testing randomness of random number generators with student t-test?
...uality of random number generators -- but in an idle moment I wondered what to expect from something like the following: randa<-runif(1000) randb<-runif(1000) t.test(randa,randb)$p.value var.test(randa,randb)$p.value [repeat ad nauseum] Is the range of p-values I get in any way related tothe "quality" of the random number generator? thanks Carl
2011 Mar 01
1
Logistic Stepwise Criterion
...tion is whether and how the criterion for the evaluation of the different models can be set to be the probability of the residual deviance in the Chi-Square distribution (which would be more informative of overall model fit than AIC). Thanks in advance for all your help. Kind regards, Mano Gabor TOTH MA Political Science Central European University [[alternative HTML version deleted]]
2017 Sep 21
1
Fwd: Upgrade Gluster 3.7 to 3.12 and add 3rd replica [howto/help]
Just making sure this gets through. ---------- Forwarded message ---------- From: Martin Toth <snowmailer at gmail.com> Date: Thu, Sep 21, 2017 at 9:17 AM Subject: Upgrade Gluster 3.7 to 3.12 and add 3rd replica [howto/help] To: gluster-users at gluster.org Cc: Marek Toth <scorpion909 at gmail.com>, amye at redhat.com Hello all fellow GlusterFriends, I would like you to comme...
2020 Nov 21
0
return (x+1) * 1000
...turn > function() return 2*x > function() return (2*x) + 1 > > while still accepting: > > function() return() > function() return(2*x) > function() return((2*x) + 1) > > Just my two Friday cents > > /Henrik > > On Fri, Nov 20, 2020 at 3:37 PM D?nes T?th <toth.denes at kogentum.hu> wrote: > > > > Yes, the behaviour of return() is absolutely consistent. I am wondering > > though how many experienced R developers would predict the correct > > return value just by looking at those code snippets. > > > > On 11/21/20 12:...
2014 Jun 27
1
BUG: segfault in auth when user listed multiple times in LDAP
...ovecot: auth: Fatal: master: service(auth): child 15916 killed with signal 11 (core dumped) If more information is needed just let me know. I have the core dump but I was not able to find the debuginfo package for the installed Dovecot packages to extract the trace. Thanks, Laszlo -- Laszlo Toth Systems administrator Linguamatics 324 Cambridge Science Park Milton Road Cambridge CB4 0WG UK Telephone number: +44 (0)1223 651910 www.linguamatics.com
2020 Mar 12
2
support of `substitute(...())`
Dear R Core Team, I learnt approx. two years ago in this mailing list that one can use the following "trick" to get a (dotted pair)list of the ellipsis arguments inside a function: `substitute(...())` Now my problem is that I can not find any occurrence of this call within the R source - the most frequent solution there is `substitute(list(...))[-1L] ` I would like to know if: 1)
2020 Nov 20
0
return (x+1) * 1000
...urn() performing correctly > though. If there are already R CMD CHECK checks for this kind of thing > (I wasnt?sure but I'm hearing from others there may be/are) that may be > (and/or may need to be) sufficient. > > ~G > > On Fri, Nov 20, 2020 at 3:27 PM D?nes T?th <toth.denes at kogentum.hu > <mailto:toth.denes at kogentum.hu>> wrote: > > Or even more illustratively: > > uneval_after_return <- function(x) { > ? ?return(x) * stop("Not evaluated") > } > uneval_after_return(1) > # [1] 1 >...
2008 Jan 31
1
how to customize boxplot
...t skewed. The problem is that with standard boxplots a too large number of observations are displayed as outliers. I also tried to display the log of the observations, but even then there are to may outliers to my taste. So I'd like to change the standard IQR box to a box which displays the 5th tothe 95th percentile instead of the standard 25th to 75th percentile. Is this possible and if so, how? I use both R and Splus, so I'd like to know for both flavours of S. Regards, Cornelis
2005 May 26
1
wfq implementation in linux
Hi all As part of may project i wants to implement the WFQ in linux, at present upto my knowledge there is no such implementation in linux. The only mannual i got from "Csaba Toth", He explained the tc command so i hope that is in linux also. DID any one know about it, Please infome me about it also, Thanks for all regards ********* *Sunil* ********* _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl...
2004 Feb 12
1
Solution: iproute2 and kernel 2.6.1
Thanks Toth ----- Toth Szabolcs wrote ----- > I have read on a mail list that you should install the > db-4.1.25 Berkeley DB 4.1.25) get the > iproute2-2.4.7-now-ss020116-try.tar.gz and patch which > you need. Woohoo! Finally, an answer which just happened to point me in the right direction. Al...
2005 Jul 22
2
memory cleaning
...some computing I have used : > memory.size()/1048576.0 [1] 103.7730 and I make my export : > write.table(cox,"d:/tablefinal2.txt",row.names=F,sep=';') > memory.size()/1048576.0 [1] 241.9730 I'm surprised so I try removing some objects : > rm (trait,tany,tnor,toth,suivauxdany,dnor,doth,mod1, mod2,mod3,lok1,lok2,lok3,aux,risque,risk) and check memory space : > memory.size()/1048576.0 [1] 242.1095 First, I don't understand why when removing objects the memory used increase ? Next, why the memory used double when I make an export ? I look forward to you...