search for: immeasur

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

Did you mean: imeasure
2011 Dec 26
4
Other ways to lm() regression? (non-loop?)
...double loop above... I'm looking to escape from loops. Also, if any of you could share your top R tips that you've learned over the years, I'd really appreciate it. Tiny things like learning that array() and matrix() can have a 3rd dimension, learning of strsplit, etc.. have helped me immeasurably. (Not that I'm also googling for this stuff! I'm doing R 14 hours a day!). Thanks. -- View this message in context: http://r.789695.n4.nabble.com/Other-ways-to-lm-regression-non-loop-tp4234487p4234487.html Sent from the R help mailing list archive at Nabble.com.
2014 Aug 10
1
"Fastest" way to merge 300+ .5MB dataframes?
...idiomatic way? Do people usually do something else because it is /faster/ (by some definition)? Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/ ?Wisdom begins in wonder.? --Socrates ((? (x) (x x)) (? (x) (x x))) ?Life has become immeasurably better since I have been forced to stop taking it seriously.? --Thompson
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?
...at will I break? My goal was never to allow `attach' in my system, but it was just an idea. Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/ ?Wisdom begins in wonder.? --Socrates ((? (x) (x x)) (? (x) (x x))) ?Life has become immeasurably better since I have been forced to stop taking it seriously.? --Thompson
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
...ects currently in the works... What I can do is send you some links and provide some guidance towards some information that helped me greatly. One thing I recommend is to pick up a copy of the O'Reilly book, "Using Samba". While it is slightly dated these days, the book was immeasurably helpful as it explained quite a bit about how SMB (In Windows) works and gave some great background information for configuring a Samba PDC. Another wonderful resource is the built-in Swat HTML help files. If you haven't taken a look at Swat yet, definitely do so. It should have...
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
...in spirit than OSS is our Community Networking Grant program which supports ~ 300 not-for-profits. When we began in 1995, we offered free Internet connections to each school, library and hospital in our service area of 43 counties in north Texas. The recent downslide in the economy has made that immeasurably more difficult to continue, but we are continuing with it for another year. kind regards/ldv/vaden at texoma.net
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 n...
2014 Aug 05
0
Minor documentation change for assign
...ods base | | loaded via a namespace (and not attached): | [1] compiler_3.1.1 tools_3.1.1 `---- Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/ ?Wisdom begins in wonder.? --Socrates ((? (x) (x x)) (? (x) (x x))) ?Life has become immeasurably better since I have been forced to stop taking it seriously.? --Thompson
2014 Aug 10
1
How to redefine `require' to generate a warning and delegate work to the original require?
...ods base ? ? loaded via a namespace (and not attached): ? [1] compiler_3.1.1 tools_3.1.1 ????? Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/ ?Wisdom begins in wonder.? --Socrates ((? (x) (x x)) (? (x) (x x))) ?Life has become immeasurably better since I have been forced to stop taking it seriously.? --Thompson
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