search for: syntaxis

Displaying 13 results from an estimated 13 matches for "syntaxis".

Did you mean: syntaxes
2004 Apr 14
2
zph / squid syntaxis ?
Hi, I''ve used old ZPH patch under squid 2.4 Stable4 and it works great ! Now I want to patch squid 2.4 stable 5, with new patch, on http://www.it-academy.bg/zph/ I''ve patched and installed squid 2.5 stable 5 succefully, but I can''t get ZPH works. I''m trying with ... $TC class add dev $LANDEV parent 1: classid 1:7 htb rate 1Mbit $TC filter add dev $LANDEV
2007 Sep 11
5
Percentiles in R
Hi there! Still struggling to translate Matlab code into R's tsDyn package. Here is my question: Is there in R an equivalent function to Matlab's prctile()? To the moment I thought it was quantile(), but I just realized I was wrong. The definition of the Matlab function: prctile Percentiles of a sample SyntaxY = prctile(X,p) Description Y = prctile(X,p) calculates a value that is
2008 Sep 13
2
moving from aov() to lmer()
...obe*Tissue)),data.vslt) I'm comparing males/females. For every subject I have 8 volume measurements (4 different brain lobes and 2 different tissues (grey/white matter)). As aov() provides only type I anovas, I would like to use lmer() with type II, however, I have struggled to find the right syntaxis. How should I write the model I use with aov() using lmer()?? Specifying Subject as a random effect is straightforward mod2<-lmer(Volume~Sex*Lobe*Tissue+(1|Subject),data.vslt) but I can't figure out the /(Lobe*Tissue) part... Thank you very much in advance! roberto [[alternative HTML...
2012 Oct 10
2
GAM without intercept
...39;) In this example you can see that the red line are the predicted points from the model with intercept which fit pretty good to the data, but the blue line (without intercept) is far from the observed points. Probably I missunderstanding some key elements in gam modelling or using incorrect syntaxis. I don't know what the problem is. Any ideas will be helpful. Sergio -- Sergio A. Estay Inst. Ciencias Ambientales y Evolutivas Universidad Austral de Chile Casilla 567, Valdivia, Chile Phone: 5663-293913 http://www.ciencias.uach.cl/instituto/ciencias_ambientales_evolutivas/academicos...
2007 Jan 12
1
imap over ssh won't work
...L=/root/Maildir/ /usr/local/libexec/dovecot/imap * BAD [ALERT] imap binary must not be started from inetd, use imap-login instead. When I run the same commands directly on "host", I do get a PREAUTH prompt (Logged in as root) and when I look around I find exactly the same syntaxis. Does anybody have a clue why it doesn't work? Thanks in advance and kind regards, Taco
2008 Nov 05
1
Applying a loop with rnorm() to eliminate duplicate coordinates in a dataframe object
...orm() to each geographical coordinate. And it must be in a loop, otherwise the added value will be the same for all the coordinates, persisting the duplicates. The example given to me was: for (i in 1: length(x$coords[1]) { x$coords[1]+rnorm(1,0,1) } But I still can not understand this instruction syntaxis. I'll be very grateful if somebody can teach me. Thanks for your attention, -- Ricardo Bandin Llanos rbandin en udec.cl Estudiante - Mag?ster Cs. m. Pesquer?as Universidad de Concepci?n, Regi?n del Bio-Bio, Chile Celular: (0056-41) 97949957
2006 May 25
1
Asterisk Manuals
A customer is asking for a "manual". He's not talking about a How-To. He's talking about a PDF/DOC that shows what files do what and what parameters can be used and the syntaxis. I think Asterisk Business Edition has one that comes with the box. For the recent *not ABE* stable release will be nice. Comments? -- ------------------------------------------- Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama
2008 Jun 15
1
randomForest, 'No forest component...' error while calling Predict()
...ind my 2 data sets attached ( http://www.nabble.com/file/p17855119/data.rar data.rar ). Thanks in advance for any help! - Jim CT <- read.table("CT.txt",header=TRUE,sep="\t") CV <- read.table("CV.txt",header=TRUE,sep="\t") # Both CT & CV have the syntaxis X1, X2,...,X97,Y where all variables are numeric x <- CT[,-98] y <- CT[,98] xtest <- CV[,-98] ytest <- CV[,98] library(randomForest) model <- randomForest(x ,y , xtest, ytest,ntree=500,mtry=32,nodesize=5,nPerm=2) model #Call: # randomForest(x = x, y = y, xtest = xtest, ytest = ytes...
2006 Aug 13
3
escape block using red cloth
Hi all, Is it possible to configure red cloth to escape a block such as: ------------------------------------------------------------------ Hello, _this_ works *beautifull* [code lang="ruby"] def foo bar end [/code] ------------------------------------------------------------------ The text in the [code] block should not be parsed by Red Cloth''s to_html method. I cannot
2007 Jul 19
1
Questions regarding R and fitting GARCH models
...roblem with the documentation of fSeries is that it is pretty sparse; therefore I don't whether I am doing something wrong or if my problem is related to elementary statistics (though I hold an MSc in Econometrics, it's been quite awhile :o). Next to that I have two questions related to the syntaxis of the R language itself; I've been searching for a good couple of hours but couldn't find the answers. Hope you can help me out. >From the descriptive statistics of my series, I had determined that my GARCH error term should follow a student's t distribution, preferrably skewed; th...
2008 Sep 14
2
Help please! How to code a mixed-model with 2 within-subject factors using lme or lmer?
...are inner factors (within-subjects); and there is indeed a significant 3-way interaction. I was told, however, that the results reported by aov() may depend on the order of the factors (type I anova), and that is better to use lme() or lmer() with type II, but I'm struggling to find the right syntaxis... To begin, how should I write the model using lme() or lmer()?? I tried this with lme(): gvslt<-groupedData(Volume~1|Subject,outer=~Val,inner=list(~Lobe,~Tissue),data=vslt) mod2<-lme(Volume~Val*Lobe*Tissue,random=~1|Subject,data=gvslt) but I have interaction terms for eve...
2012 Jan 12
0
glht (multicomparisons) with an interaction factor
...exo 2 1556.5 516 63243 8.9434 0.0001524 *** zona 4 13590.6 512 49652 39.0448 < 2.2e-16 *** estacion 1 10069.1 511 39583 115.7112 < 2.2e-16 *** zona:estacion 4 2879.6 507 36704 8.2728 1.809e-06 *** I know the correct syntaxis to make a post-hoc comparisonfor single factor > summary(glht(mq5, linfct=mcp(edadysexo="Tukey"))) Estimate Std. Error z value Pr(>|z|) M - H == 0 0.28976 0.09541 3.037 0.0060 ** SUB - H == 0 -0.22610 0.22626 -0.999 0.5609 SUB - M == 0 -0.51586...
2003 Jan 15
1
A lot of errors
First... Hi. Im new in the list and I want to say Hello Second. Apologies because my english writing is too bad. I haven't problem to read. But the verbs and syntaxis when I write is too bad. I will try to read the list without write. I write now because I have a big problem. In this right moment Im downloading the entire archive lists and I will try to ask less. I have a samba server and the clients complain about slow net or file read/write error. Im using Sam...