search for: iac

Displaying 20 results from an estimated 60 matches for "iac".

Did you mean: ac
2008 May 28
1
Grouped weighted.mean
Dear all -- I want to compute weighted.mean() for grouped rows. Data frame extract is just below. For each Key, I want the mean of IAC weighted by Wt. DP0[1:20,] Key IAC Wt 2 C3-PD030020050.PD030020050.3.12.3.0 0.765 0.8590000 3 C3-PD030020050.PD030020050.3.12.3.0 0.764 0.8449651 4 C3-PD030020050.PD030020050.3.12.3.0 0.760 0.8024975 5 C3-PD030020050.PD03...
2008 Apr 30
1
Aggregate() questions
Dear all -- I have a data frame containing data related to heat gain through windows. The general form is ... Key ProfA IAC <many other numeric columns> AAA 0 .7 AAA 10 .6 AAA 0 .66 AAA 20 .45 (more AAA rows) (then AAB rows) 'Key' identifies the physical configuration ... rows with a given Key contain data for same window under various conditions. I want to add a colu...
2006 Jan 17
1
Newbie question on using friedman.test()
I am trying to use the friedman.test() on a data frame, d, but I am receiving the following error message: > d AW HS IAC WA 1 6 8 3 5 2 2 2 3 6 3 7 7 8 3 4 8 5 4 5 .... 20 2 5 2 7 21 7 7 6 7 22 7 8 6 8 23 6 8 4 5 24 5 7 5 2 > friedman.test(d) Error in any(is.na(groups)) : argument "groups" is missing, with no default I think I just need to convert the dat...
2008 May 30
1
Aggregation and the meaning of class
Dear R-ers, My aggregation saga continues. Using the following sequence, I can calculate any statistic for row groups and merge the result back to all associated rows ... > WM = by( D60, D60[ "KeyProfA"], FUN=function(x) weighted.mean( x$IAC, x$Wt)) > D60$IAC.WM = as.numeric( WM[ D60$KeyProfA]) > class( WM) [1] "by" Questions ... 1) Is this a reasonable way to obtain the desired result? 2) What can one glean by knowing the class of WM ("by")? It appears to me that class is a pretty shallow attribute i...
2023 Jul 02
1
Strange error in R CMD check --timings
...Ex() > > options(digits = 7L) > > base::cat("Time elapsed: ", proc.time() - base::g > + Error: unexpected end of input > Execution halted > > The code without the offending comment is available here: > > https://github.com/rob-ward-psych/iac > > at revision c2f3529. To add the offending comment, change line 318 of > R/iac_networks.R to > > #' # Ken is a burglar in the Sharks, what is retrieved from his name > > and run roxygen on the package, so the long comment ends up in the > examples section of m...
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
...=============================================== RCS file: /usr/src/cvs/src/crypto/telnet/libtelnet/auth.c,v retrieving revision 1.3.2.5 diff -u -r1.3.2.5 auth.c --- libtelnet/auth.c 13 Apr 2002 10:59:07 -0000 1.3.2.5 +++ libtelnet/auth.c 24 Apr 2003 06:26:22 -0000 @@ -359,7 +359,7 @@ } *e++ = IAC; *e++ = SE; - net_write(str_request, e - str_request); + telnet_net_write(str_request, e - str_request); printsub('>', &str_request[2], e - str_request - 2); } } @@ -444,7 +444,7 @@ } auth_send_data += 2; } - net_write(str_none, sizeof(str_none)); + telnet_net_writ...
2023 Jul 02
1
Strange error in R CMD check --timings
...## * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::g + Error: unexpected end of input Execution halted The code without the offending comment is available here: https://github.com/rob-ward-psych/iac at revision c2f3529. To add the offending comment, change line 318 of R/iac_networks.R to #' # Ken is a burglar in the Sharks, what is retrieved from his name and run roxygen on the package, so the long comment ends up in the examples section of man/read_net.Rd instead of the empty com...
2006 May 25
0
Development Project.
Hope Im posting on the correct forum... I currently work for IAC / InterActiveCorp (www.iac.com) - owners and operators of Ask Jeeves, LendingTree, Match.com, etc. etc. Also pursuing a very interesting side project that is NOT affiliated with IAC. Looking to have a feedback / ratings system developed using RoR. Would prefer to work with US-based programmers...
2015 Apr 13
3
[Compile Issue] netcat.c on HP NonStop
Greetings, I am porting the openssh-portable 6.8 release to the HP NonStop (NSE) platform. Prior versions were no real problem, with minor tweeks. However, with the inclusion of regress/netcat.c, which depends on arpa/telnet.h, we have an issue. Unfortunately, the platform does not have this file, nor anything like it - telnet is done rather differently. We do have a version of netcat (0.7.1
2016 Jul 31
0
[Openmp-dev] How to get the function definition of a kmpc_micro call
...re strings). > > > > Thanks in advance for any help, > > > > > > -- > > Dounia KHALDI > > Research Assistant Professor > > Institute for Advanced Computational Science > > Stony Brook University > > Stony Brook, NY 11794-5250 > > www.iacs.stonybrook.edu > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > > Openm...
2016 Jul 26
2
[LLVMdev] Interprocedural use-def chains
...tCallTargetIfPossible()) { > pushToWorklist(F->getArgument(ArgNo)->users()); // Or recurse > } > } > > -- Sanjoy > -- Dounia KHALDI Research Assistant Professor Institute for Advanced Computational Science Stony Brook University Stony Brook, NY 11794-5250 www.iacs.stonybrook.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160726/e33544a2/attachment.html>
2016 Jul 26
2
[LLVMdev] Interprocedural use-def chains
...called function as well. Currently, what USE does is that it returns the call as a use and stops there. Any information or ideas would be appreciated. -- Dounia KHALDI Research Assistant Professor Institute for Advanced Computational Science Stony Brook University Stony Brook, NY 11794-5250 www.iacs.stonybrook.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160726/40900586/attachment.html>
2006 Aug 22
6
/lib/tls.disabled or xen-friendly glibc?
...en performance would be better with /lib/tls disabled or with a xen-friendly glibc? Would it make any sense to have TLS disabled (un-friendly glibc) in dom0, while TSL enabled (friendly glibc) in a domU? Thanks for any suggestions, Angel de Vicente -- ---------------------------------- http://www.iac.es/galeria/angelv/ PostDoc Software Support Instituto de Astrofisica de Canarias _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
1999 Dec 06
1
Ugly patch to openssh-1.2pre15
Hi, I am behind a firewall which does not permit connections to port 22, so I run my ssh server on port 23. :-) Unfortunately, the stupid firewall prints a few lines of junk when you make a connection to port 23 before actually starting the connection. This confuses ssh. Attached is an (ugly) patch against openssh-1.2pre15 which makes it ignore a configurable number of lines while looking for
2007 Dec 11
1
Error with rgl loading in BATCH mode
...nning in BATCH mode, does someone know how to prevent KernSmooth loading rgl? Thanks so much Umberto Amato Istituto per le Applicazioni del Calcolo 'Mauro Picone' CNR Sede di Napoli Via Pietro Castellino 111 I-80131 Napoli, Italy Tel. +39 0816132377 Fax +39 0816132597 E-mail: u.amato at iac.cnr.it
2002 Jun 26
4
evaluate a string
...his with source. But is there a way without a file in the middle? I know also the 'assign' command but I think it would only the simply cases. thanks and gruess joerg -- Joerg Maeder .:|:||:..:.||.:: maeder at atmos.umnw.ethz.ch Tel: +41 1 633 36 25 .:|:||:..:.||.:: http://www.iac.ethz.ch/staff/maeder PhD student at INSTITUTE FOR ATMOSPHERIC AND CLIMATE SCIENCE (IACETH) ETH Z?RICH Switzerland -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "...
2002 Mar 05
3
enhanced Question to stand. Beta
...the solution of JohnFox, because there is no sd of an factor. How can i compare the influence of the factor with the influence of the numeric variables? Thanks for any help joerg -- Joerg Maeder .:|:||:..:.||.:: maeder at atmos.umnw.ethz.ch Tel: +41 1 633 36 25 .:|:||:..:.||.:: http://www.iac.ethz.ch/staff/maeder PhD student at INSTITUTE FOR ATMOSPHERIC AND CLIMATE SCIENCE (IACETH) ETH Z?RICH Switzerland -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "...
2005 May 22
2
Help PLEASE...Multi-Routing for ADSL on Linux: Request for pointers..
...ing ftp, rsync (and if possible http downloads too) to go through the private ip flat rate link. Something that seperates traffic by ports. Request routing Gurus help me please. Am on a shoestring budget and can''t afford commercial hardware solutions that offer this kind of functionality, IAC..don''t even know of one that is specifically for low-cost DSL usage. With best regards. Sanjay.
2003 Jan 16
1
Fw: syslinux with flash discs?
...one, and it worked. > I tried this again on the second flash disc I need this one, dident work. > So it seams to be some kind of read error to me, but it manage to uncompress > the kernel, so thats strange. > > I have two computers that I test on. > first: A industrial PC. Lanner IAC-688 cpu card with I815 chipset and a > passive backplane. > a celeron 800 cpu with 256Mb ram. > second: a Aopen AX6BCpro mainboard with a celeron 366 cpu and 196Mb ram > > I use Isolinux on both machines, with the same kernel and initrd image, and > that works just fine. > >...
2002 Mar 01
3
Split plot in colors/pch??
Hi all This seems like a very easy question, but I have not found a simple answer to it: If you have a dataframe, how to you plot two of then in different colors depending on a third variable? All help appreciated! /Fredrik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send