search for: fita

Displaying 20 results from an estimated 53 matches for "fita".

Did you mean: fit
2009 Sep 07
1
Omnibus test for main effects in the face of an interaction containing the main effects.
R 2.9.1 Windows XP I am fitting a random effects ANOVA with two factors Group which has two levels and Time which has three levels: fita<-lme(Post~Time+factor(Group)+factor(Group)*Time, random=~1|SS,data=blah$alldata) I want to get the omnibus significance tests for each factor and the interaction. I believe I can get the omnibus test for the interaction by running the model: fitb<-lme(Post~Time+factor(Group), random=~1|SS,d...
2005 Jul 21
1
About object of class mle returned by user defined functions
...shape scale shape 0.05650600 0.02952371 scale 0.02952371 0.02039714 > logLik(fit1) 'log Lik.' -155.9232 (df=2) If we compare with a "direct" call to "mle": > llgamma <- function(sh, sc) -sum(dgamma(isi1, shape = sh, scale = sc, log = TRUE)) > fitA <- mle(llgamma, start = list( sh = (mean(isi1)/sd(isi1))^2, sc = sd(isi1)^2 / mean(isi1) ),lower = c(0.0001,0.0001), method = "L-BFGS-B") > coef(fitA) sh sc 1.821042 1.051001 > vcov(fitA) sh sc sh 0.05650526 -0.03261146 sc -0.03261146 0.02488...
2009 Sep 08
3
Omnibus test for main effects in the face ofaninteraction containing the main effects.
...ailto:r-help-bounces at r-project.org] Im Auftrag von John Sorkin Gesendet: Monday, September 07, 2009 4:00 PM An: r-help at r-project.org Betreff: [R] Omnibus test for main effects in the face of aninteraction containing the main effects. R 2.9.1 Windows XP UPDATE, Even my first suggestion anova(fita,fitb) is probably not appropriate as the fixed effects are different in the two model, so I don't even know how to perform the ombnibus test for the interaction! I am fitting a random effects ANOVA with two factors Group which has two levels and Time which has three levels: fita<-lme(Pos...
2003 May 22
1
list W2K shares
...ssful Domain=[CVL-SERVER-1] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] tree connect failed: NT_STATUS_DUPLICATE_NAME What am I doing wrong? I am using Samba 2.2.8a and the server (W2K) is not on the same LAN I am. -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \
2009 Oct 05
0
Unusual error while using coxph
...; data$all.tc[i]>=1) stype[i] <- 3 if(data$all.type[i]=="G" && data$all.aa[i]>=1 && data$all.tc[i]>=1) stype[i] <- 3 if(data$all.otc[i]>=1) stype[i] <- 4 if(data$all.o[i]>=1) stype[i] <- 4 } return(stype) } fita <- survdiff(Surv(rem.Remtime,rem.Rcens)~stypea(nmarma)+strata(nmrpa),data=nmarma) fita lrpvalue=1-pchisq(fita$chisq,3) xx <- cuminc(nmarma$rem.Remtime/365,nmarma$rem.Rcens,stypea(nmarma),strata=nmrpa) plot(xx,curvlab=c("Simple/Complex","SC+2gentc or 2gentc","TC or My/...
2016 Jan 18
2
how to flush user input before READ()
On Mon, 18 Jan 2016, Ethy H. Brito wrote: >> how to flush user input before READ()? How about a read() to a dummy variable with a 1 second timeout to consume the octothorpe and password? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2006 Jan 26
8
nat table remenbering nat''s
...my surprise the data flow (observed with tcpdump) is still there! It is like the state machine does not let go this data flow. What to do to block this data flow?? Is there any way to flush the conntrack database? Regards -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \
2005 Dec 16
2
tc filter match u8 problem??
...tc filter add dev eth0 protocol ip parent 1: prio 2 \ u32 \ match u16 0x0800 0xffff at -2 \ match u16 8 0xff00 at 20 \ flowid 1:5 # Environment: Slackware 10.2 tc utility, iproute2-2.6.11_050330 -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \
2006 Oct 09
1
"x" permission interpretation under Windows
...ission and "inherit permissions = yes". Samba is 3.0.20b Does the 'x' attribute of a file behave backwards as for directories under Windows point of view?? Or better yet, what am I doing wrong? Regards -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3797-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \
2002 Jan 22
1
glm.predict?
...value is: If `se = FALSE', a vector or matrix of predictions. If `se = TRUE', a list with components fit: Predictions se.fit: Estimated standard errors So, I imagined I'd get the same result for predictions arrived at these two ways: things <- list() things$fitA <- predict(foo.glm, type = "response") things$fitB <- predict(foo.glm, type = "response", se.fit = TRUE)$fit however, that is not the case Warning messages: 1: longer object length is not a multiple of shorter object length in: predictor + offset 2: longer object leng...
2015 Nov 24
2
subscriber state before dial
...busy ? I need to redirect a call to some other Subscriber if (s)he is not there like this: Dial(SIP/1&SIP/2&SIP/3). So if "2" is not registered (or is busy) then Dial(SIP/1&SIP/5&SIP/3). Regards -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3797-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \ PGP key: http://www.inexo.com.br/~ethy/0xC3F222A0.asc
1999 Apr 01
2
Swat password syncronization - HELP
...igure; make installbin ?? I searched thru smbd binary and the strings refering to chgpasswd.c are there. So the code was compiled with system password change support. Any soul to the rescue? System: Linux 2.0.36 Best Regards Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML (012) 341-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL Sao Jose dos Campos / \
2016 Aug 16
1
Document that SMB signing does not work / is not supported without authentication
...doesn't seem to be knowledge too wide-spread on the net, so I am sure that adding a small note/warning in the manuals would spare many people from wasting their time. My question is: does it make sense to create a bug in bugzilla.samba.org to request adding this note to the manual? Thanks, -- Fita Adrian
2009 Oct 26
1
Unable to get Legend with survplot rms package
Hello, I apologize for the post as I am certainly overlooking a simple solution to my difficulties with getting a legend to print on a survplot from the rms package. I am plotting the following: survplot(survest(fita), n.risk=T, conf='none', cex.n.risk=.85, dots=T, col='gray10', lty=2) survplot(survest(fit), n.risk=F, conf='none', add=T) survplot(survest(fitb), n.risk=F, conf='none', col='gray20', add=T, lty=4) I have tried to place 'label.curves=list(method="ar...
2003 Aug 26
1
Getting out of an embedded function safely - use try?
...ee if it's well behaved before getting into nls? Thanks for any tips, Andy #example foo.one <- (1 * exp(-0.07 * 1:100) + 0.5) + rnorm(100, 0, 0.05) foo.two <- (1 * exp(-0.000000001 * 1:100) + 0.5) + rnorm(100, 0, 0.05) try.to.fit <- function(aVector){ toy.model <- nls(aVector ~ FitA * exp(FitNegB * 1:length(aVector)) + FitK, start = list( FitA = 0.75, FitNegB = -0.02, FitK = 0.4), control = nls.control(maxiter=1000, tol=1e-05, minFactor=1/1024)) return(fitted.values(toy.model)) } try.to.fit(foo.one) try.to.fit(foo.two)
2016 Jan 19
2
how to flush user input before READ()
...//www.asterisk.org/hello > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > -- > > Ethy H. Brito /"\ > InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML > +55 (12) 3797-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL > S.J.Campos - Brasil / \ > > PGP key: http://www.inexo.com.br/~ethy/0xC3F222A0.asc > > -- > _____________________________________________________________________ > -- Band...
2005 Dec 05
4
inspecting what''s going in a class
Well, things seem to be going really well with tbf, prio and sfq. But I''m a nosey bugger. :-) I''d love to be able to audit what''s going through each of the prio bands. The super ideal solution would be to be able to attach tcpdump to each band and see what''s going through it with the benefit of tcpdump''s filtering so that I can examine and filter
2006 Mar 14
9
firewall problem
snat not working my local ip is aaa.aaa.aaa.aaa asterisk sitting on the internet at ip bbb.bbb.bbb.bbb my firewall''s internal ip is 192.168.0.254 i did snat: iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to aaa.aaa.aaa iptables -t nat -L -v gives: Chain POSTROUTING (policy ACCEPT 23663 packets, 2182K bytes) pkts bytes target prot opt in out source destination 33056
2015 Oct 20
4
asterisk core dumped after UBUNTU 14.04 dist-upgrade
Hi I had a bad experience upgrading Ubuntu a few months ago. Today I made a "dd" copy to another harddisk and tried to dist-upgrade. I get "Illegal instruction (core dumped)" running "service asterisk debug" at random places. Any help will be appreciated to spot this problem. I think it is worth to mention that the dadhi hardware is not present at the copied
2015 May 28
1
chan_sip.c: Hanging up call
...pentrog > Digium, Inc ? Software Developer > 445 Jan Davis Drive NW ? Huntsville, AL 35806 ? US > direct/fax: +1 256 428 6239 ? mobile: +1 256 580 6090 > Check us out at: http://digium.com ? http://asterisk.org -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3797-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \ PGP key: http://www.inexo.com.br/~ethy/0xC3F222A0.asc