search for: manip

Displaying 20 results from an estimated 41 matches for "manip".

Did you mean: mani
2007 Feb 14
1
se.contrast confusion
...sing multiple error strata, and would like some significance tests for the contrasts I specified. In this contrived example, I model some test score as the interaction of a subject's gender and two emotion variables (angry, happy, neutral), measured at entry to the experiment (entry) and later manipulated (manip). This is a fully within-subjects design. Polynomial contrasts examine the effect of increasing emotional state levels(entry) and (manip) are "a" "n" "h", so I set contrasts(entry) <- contrasts(manip) <- contr.poly(3) (I am led to believe that this...
2010 Feb 16
2
priorities don't prevent other repos overwritting packages?
Either I've made a mistake in my configuration or else packages from other repos can obsolete core packages For example, I did a "yum update" on some rpmforge packages and saw this: Installing: perl-Date-Manip noarch 5.54-2.el5.rf rpmforge 210 k replacing perl-DateManip.noarch 5.44-1.2.1 perl-IO-Compress noarch 2.024-1.el5.rf rpmforge 242 k replacing perl-Compress-Zlib.i386 1.42-1.fc6 If I try to install the original packages: % yum ins...
2010 Feb 16
0
More oddities with priorities
Following on from my previous, I removed the perl-Date-Manip and re-installed the Centos base perl-DateManip package. When I do a "check-update" then it shows nothing needs to be done, but if I do an "update" then it tries to replace the package! In the following, c5-local, update-local, rpmforge are local rsync'd copies of the base...
2003 Feb 26
2
[Bug 55] ICMP translation problem with local NAT
...F_IP_POST_ROUTING, reply translation will be performed at NF_IP_PRE_ROUTING. The following DEBUG output shows what happens (enabled DEBUGP at the top of ip_nat_core.c): icmp reply translation, ct=c3617480, hooknum=0, ctinfo=4 icmp_reply_translation: translating error c396f260 hook 0 dir REPLY, num_manips=2 icmp_reply: manip 0 dir ORIG hook 4 icmp_reply: manip 1 dir REPLY hook 0 icmp_reply: outer DST -> 192.168.131.124 As it seems the inner manip is not called, as it is registered to hook 4 (POST_ROUTING, ORIG) As POST_ROUTING will never be called in ORIG-inal direction for this packet, the in...
2011 Apr 20
1
How to get R plots with FastRweb
...ans.png.R nbproject src test web student@mlscubl30:~/NetBeansProjects/R$ When i try to execute it with http://localhost:8080/R/kmeans.png in browser it does not execute it. Hence can you please tell me what exactly i have to do in order to make it up and run? thanks in advance. Regards, Devi Manipal Life Sciences Center [[alternative HTML version deleted]]
2002 May 08
0
Security Advisory
...nux-2.4.19-pre6-nf-01/net/ipv4/netfilter/ip_nat_core.c Fri Apr 12 00:= 52:31 2002 @@ -780,6 +780,18 @@ } else return NF_ACCEPT; } =20 +/* + * Decide whether to map inner header of an ICMP reply, including when + * we generate the reply ourselves. + */ +static inline int +map_innards(unsigned int maniphook, unsigned int hooknum) +{ + return (maniphook =3D=3D opposite_hook[hooknum] + || (hooknum =3D=3D NF_IP_LOCAL_OUT + && HOOK2MANIP(maniphook) =3D=3D IP_NAT_MANIP_SRC)); +} + unsigned int icmp_reply_translation(struct sk_buff *skb, struct ip_conntrack *conn...
2016 Jan 19
8
[3.8 Release] RC1 has been tagged
(cc'ing non-legacy llvm-dev this time; apologies if you get this twice. Please don't reply-all to the first one.) On Tue, Jan 19, 2016 at 3:47 PM, Hans Wennborg <hans at chromium.org> wrote: > Dear testers, > > Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at > r258223. (It took a little longer than I'd planned, sorry about that.) > > There
2004 May 03
3
R 1.9.0 on AIX, 64-bit
...val(ll[[i]])) && all(r))) stop(paste(deparse(mc[[i + : missing value where TRUE/FALSE needed Execution halted and also in base-Ex.R like this: bash-2.05b$ tail base-Ex.Rout.fail > ### Title: Generate Regular Sequences of Dates > ### Aliases: seq.Date > ### Keywords: manip chron > > ### ** Examples > > ## first days of years > seq(as.Date("1910/1/1"), as.Date("1999/1/1"), "years") Error in fromchar(x) : character string is not in a standard unambiguous format Execution halted Does anyone have any ideas on how to fix...
2009 Jul 24
3
str(data.frame) after subsetting reflects original structure, not subsetted structure?
I find that after subsetting (you may prefer "conditional selection") a data frame and assigning it to a new object, the str(new object) reflects the original data frame, not the new one: A <- rnorm(20) B <- factor(rep(c("t", "g"), 10)) C <- factor(rep(c("h", "l"), 10)) D <- data.frame(A, B, C) str(D) # reports correctly E <-
2004 May 05
0
externals controls normalization
...nction based on externals controls (like MSP) as in Yang et al.; 2002 paper. I work with bioconductor marrayNorm package. I identified my controls in the maControls structure of marrayLayout as a vector of 0 and 1. Is someone still use it ? for the moment I just have ... test <- maNormMain(manip.raw, f.loc = list(maNormLoess(x="maA", y="maM", z="maControls",subset=TRUE))) but answer is Error in simpleLoess(y, x, w, span, degree, parametric, drop.square, normalize, : invalid `x' [[alternative HTML version deleted]]
2008 Apr 01
1
Subset: data frames and factor levels
Hi! I'm doing: etni <- subset(etni, NAMECOM!="Maniquisito") where etni is a data.frame, NAMECOM a factor and "Maniquisito" labels a row that I want to delete. The problem is that while the row is deleted, the factor level is still there (I can see "Maniquisito" if I do levels(etni$NAMECOM) ). I know I can get the appropriate levels by:
2009 Aug 13
1
RealTime in dialplan - proper way?
...ead(USER_CONFNO,conf-getconfno,0,3,20) ; See if that conference exists in database exten => s,n,Set(CONFINFO="${REALTIME(meetme,confno,${USER_CONFNO})}") ; If conference doesn't exist, play error exten => s,n,GotoIf(${ISNULL(${CONFINFO})} ? 101) ; Retardedly string-manip out the conference settings exten => s,n,Set(CONF_PINPAIR=${CUT(CONFINFO,"|",2)}) exten => s,n,Set(CONF_PIN=${CUT(CONF_PINPAIR,"=",2)}) exten => s,n,Set(CONF_ADMINPINPAIR=${CUT(CONFINFO,"|",3)}) exten => s,n,Set(CONF_ADMINPIN=${CUT(CONF_ADMINPINPAIR,&qu...
1998 Mar 11
1
win95 and samba
Well, it looks simple enough, but maybe I'm just misunderstanding. In the smb.conf you provided, there is not a sharename called "arch". At the beginning of the letter, you said that you are trying to connect to the Linux machine using \\arch , but this won't work since there is no [arch] section in the smb.conf. I think what you want to do is change [archive] to [arch]. Hope
2013 Jan 30
0
ROxygen2-Documenting of S4 Method
...' @return Returns an object of class \code{\link{rcfpdsuperclass}} with the #' appropriate replacement. #' @seealso \code{\link{rcfpdsuperclass}},\code{\link{get}} #' @export #' @docType methods #' @rdname set-methods #' @author Johannes Graumann #' @keywords methods manip #' @examples #' rs <- new("rcfpdsuperclass") #' str(rs) #' get(rs,"RcfpdVersion") #' # Works #' set(rs,"RcfpdVersion") <- "4" #' get(rs,"RcfpdVersion") #' \dontrun{ #' # Fails due to replacement not being of...
2011 Aug 26
2
Bug in 3.6.0 saving files.
Hi, If you open a word document on a Windows 7 PC on a samba share and attempt to save it (or ppt, etc) it will fail (SMB2 enabled). Go back to 3.5.10, it works fine (SMB2 removed obviously). Not sure if anyone has seen this but FYI. Happens with Office 2007 & 2010. Justin.
2007 Dec 09
2
adjusting "levels" after subset a table
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071208/5409f1a7/attachment.pl
2004 Sep 17
1
Help w/ custom pkg: ERROR: installing package indices failed
...not yet. } \value{ A data frame with columns: year, age, and source, \code{col.names}. The source column is a factor with levels ``model'', ``seer'', and ``seerInflated'' indicating the source of the data. } \references{No ref} \author{Seth Falcon} \note{No Notes} \keyword{manip}
2007 May 04
2
Get the difference between two matrices with different length
Hello, I have got two matrices with different length. The matrices have 3 columuns. The first two are coordinates. The third is a measurement. Now I want to get a subtraction between every single value of the third column (between matrix1 and matrix2), but only if the two first coordinates in matrix1 and matrix2 are the same. I tried "FUN=?" in aggregate and ave, but I don't know
2007 Jan 05
1
help for memory problem with 64-bit machines
.... The error most likely occurred in: > ### * anneal > > flush(stderr()); flush(stdout()) > > ### Name: anneal > ### Title: Simulated Annealing Search for an optimal k-variable subset > ### Aliases: anneal > ### Keywords: manip > > ### ** Examples > > > ## -------------------------------------------------------------------- > > ## > ## (1) For illustration of use, a small data set with very few iterations > ## of the algorithm, using the RM...
2010 Dec 21
3
Text Proccessing script - advice?
Hello, I have a log file with the following input: X , ID , Date, Time, Y 01,01368,2010-12-02,09:07:00,Pass 01,01368,2010-12-02,10:54:00,Pass 01,01368,2010-12-02,13:07:04,Pass 01,01368,2010-12-02,18:54:01,Pass 01,01368,2010-12-03,09:02:00,Pass 01,01368,2010-12-03,13:53:00,Pass 01,01368,2010-12-03,16:07:00,Pass My goal is to get the number of times ID has a TIME that's after 09:00:00 each