search for: immeasurable

Displaying 20 results from an estimated 20 matches for "immeasurable".

Did you mean: immeasurably
2011 Dec 26
4
Other ways to lm() regression? (non-loop?)
Hi, I'm quite new to R (1 month full time use so far). I have to run loop regressions VERY often in my work, so I would appreciate some new methodology that I'm not considering. #--------------------------------------------------------------------------------------------- y<-matrix(rnorm(100),ncol=10,nrow=10) x<-matrix(rnorm(50),ncol=5,nrow=10) #Suppose I want to run the
2014 Aug 10
1
"Fastest" way to merge 300+ .5MB dataframes?
Good afternoon, Today I was working on a practice problem. It was simple, and perhaps even realistic. It looked like this: ? Get a list of all the data files in a directory ? Load each file into a dataframe ? Merge them into a single data frame Because all of the columns were the same, the simplest solution in my mind was to `Reduce' the vector of dataframes with a call to `merge'. That
2004 Dec 23
2
Importing csv files
...I routinely see 30-fold reductions in file sizes for .rda files (made with save(..., compress=TRUE)) compared with the size of SAS binary datasets. And load( ) times are fast. It's been a great year for R. Let me take this opportunity to thank the R leaders for a fantastic job that gives immeasurable benefits to the community. -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
2014 Aug 05
2
Is it a good idea or even possible to redefine attach?
Hi, Today I got curious about whether or not I /could/ remove `attach' from my system so: - Backed it up - Implemented a new one - Like this ,---- | attach.old <<- attach | attach <<- function(...) {stop("NEVER USE ATTACH")} `---- I got the error: ,---- | Error: cannot change value of locked binding for 'attach' `---- If I unlock `attach' I assume that I
2020 May 20
2
[PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance
On Tue, Apr 28, 2020 at 05:17:14PM +0200, Joerg Roedel wrote: > From: Mike Stunes <mstunes at vmware.com> > > To avoid a future VMEXIT for a subsequent CPUID function, cache the > results returned by CPUID into an xarray. > > [tl: coding standard changes, register zero extension] > > Signed-off-by: Mike Stunes <mstunes at vmware.com> > Signed-off-by: Tom
2020 May 20
2
[PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance
On Tue, Apr 28, 2020 at 05:17:14PM +0200, Joerg Roedel wrote: > From: Mike Stunes <mstunes at vmware.com> > > To avoid a future VMEXIT for a subsequent CPUID function, cache the > results returned by CPUID into an xarray. > > [tl: coding standard changes, register zero extension] > > Signed-off-by: Mike Stunes <mstunes at vmware.com> > Signed-off-by: Tom
2007 Jun 11
4
Managing bigger scripts
Hello, I''m scratching my head as to the best way to plug in a script to do some client configuration. The script is about 40 lines long (full of basic instructions to fiddle with VCS in fact). Lots of execs would seems cumbersome. My thoughts are to simply install this to the client (via the fileserver) and exec out to it. Does this seem sensible? And if so, be aware of things like
2003 Jan 15
1
Printer not accessible! Plea
Martin, There is a great deal more that needs to be done other then the creation of a smb.conf file for setting up a PDC for any Windows workstations. Unfortunately, I only have experience with setting up a PDC for a mixed bag of Windows 9x, Windows NT 4.0 and Win2K systems. The only WinXP machine we utilize is one laptop, which is rarely ever attached to the corporate network. So,
2002 Nov 22
8
Samba newbie question...
Can Samba be used as a complete replacement for a Windows 2000 Active Directory server? I have some vague notion that this can be accomplished by using a combination of OpenLDAP, Samba, MIT Kerberos, and the OpenAFS file system. To say the least, the descriptions I have found have been vague as to whether or not I will be able to completely replace the functionality of an Active Directory server
2020 May 26
0
[PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance
...would also allow fancier things like emulating CPUID 0xD in > the guest if you want to go down that road. And before we do any of that "caching" or whatnot, I'd like to see numbers justifying its existence. Because if it is only a couple of CPUID invocations and the boot delay is immeasurable, then it's not worth the effort. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette
2011 Feb 17
3
some think there are no unemployed OSS folks
On Wed, Feb 16, 2011 at 3:46 PM, John R. Dennison <jrd at gerdesas.com> wrote: > ? ? ? ?issue? ?I don't get it. ?You seem to think that money is the end > ? ? ? ?all be all for OSS. ?I would suggest that's a mindset you may > ? ? ? ?wish to change as money doesn't drive OSS. Are you saying there are no OSS folks who have lost their houses, their cars and their Internet
2003 Nov 24
0
apologies (was RE: [R] ISOdate() and strptime())
Dear Brian and other R-developers, I have to say that I don't understand why what I wrote should have caused any offence. A smile was what I was hoping for. You know I devote more time than I am supposed to, to support R and its users, in partial repayment of my immeasurable debt to all the Developers. It's not much, it's sometimes misguided (I later discover), and my resources are severely limited, but I do try. I hope not to be seen as an enemy. So, if you can explain to me what was wrong about my tongue in cheek criticism of R's relying on my notor...
2014 Aug 05
0
Minor documentation change for assign
Good afternoon, Today I was reading the documentation ,---- | help('<<-'); `---- . The passage (I added the asterisks) The operators '' are normally only used in functions, and cause a search *to* made through parent environments for an existing definition of the variable being assigned. If such a looks like it might have wanted to have been
2014 Aug 10
1
How to redefine `require' to generate a warning and delegate work to the original require?
Good afternoon, My goal is to warn the user any time that they use the `require' function. The reason is that they probably wanted to use `library' instead. There is a case where they should use the former though, so I just want to issue a warning. My approach was to: ? Re-bind `require' to `original.require' ? Re-implement `require' to ? Warn the user ? Delegate the real
2003 Mar 05
2
BSOD with ESS under win2000
I have had a visit from our windows buddy the BSOD twice in one day when running R1.6.2 under ESS5.1.24 on a win2000 platform. I wasn't doing anything special, just moving or resizing the emacs window, although I did have 4 or 5 emacs windows open at the time. Has anyone else observed this problem? Thanks, Darryl.
2003 Jan 24
3
win98 & samba file server
Hello everybody, it's a few minutes that i've subscribed in your mailing list. nice to meat all of you. I have samba on redhat 8 as a file server for a couple of "win98" & "winXP"'s.It work's for my XP OS's but I don't know how to join the "win98" 's in. please help me thanks payam.
2005 Jan 28
6
disappointed with complete lack of help.
I sent a request for help on the 21st of January....I waited.....I sent it again on the 24th....I waited.... I sent the same question crafted differently on the 25th.... I waited. The help on this list is horrible..... I am sorry for whining. I talk up open source regularly and I help when I can..... but, the claim of "better" support from the open source community because there are so
2003 Oct 26
3
Best way to filter "Nachi pings"?
We're being ping-flooded by the Nachi worm, which probes subnets for systems to attack by sending 92-byte ping packets. Unfortunately, IPFW doesn't seem to have the ability to filter packets by length. Assuming that I stick with IPFW, what's the best way to stem the tide? --Brett Glass
2009 Mar 04
17
Community: How to deal with attempts at sabotage
Hi all, The underlying assumption of membership in any community is that your participation is at worst neutral, and if possible positive. Communities, online or off, generally do what they can to protect themselves from detrimental influences, which is where policies, politeness, moderators, and all that come into play. Puppet''s community has been both fortunate and awesome,
2005 Sep 08
45
/proc/xen/xenbus supports watch?
Hi, Anybody (Christian?) could please tell me if we can get the support for registering watch with /proc/xen/xenbus? (..OK, I know that we will change it this /proc stuff to a device soon) So far we can only do read/write/rm. I really miss the xen watch feature. Many thanks, Hieu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com