search for: tabela

Displaying 16 results from an estimated 16 matches for "tabela".

Did you mean: tabel
2008 Feb 01
4
Concatenate a Variable
Good morning! I do not speak English very well and so I will try to explain the best I can. I have this: > tabela[,1] [1] a a b b a c b a c c c c c Levels: a b c >unique(tabela[,1]) [1] a b c Levels: a b c >var<-unique(tabela[,1])[1] > var [1] a Levels: a b c But if I concatenate like this > cat("VAR: ", var, "\n") I obtain >VAR: 1 and I want to obtain >VAR...
2007 Nov 03
1
Pearson residuals
Dear Sirs What is the best aproximation to the standardized normal distribution: necessidade = c("sem necessidade","com necessidade") tipo =c("CE-1", "CE-2", "CE-3") dados=c(20,34,44,69,9,3) Tabela =cbind(expand.grid(list(Necessidade=necessidade, Tipo=tipo)), count=dados) Tabela.array=tapply(Tabela$count, Tabela[,1:2], sum) ni = rowSums(Tabela.array) nj = colSums(Tabela.array) n = sum(Tabela.array) fit.glm=glm(count~Necessidade+Tipo, data=Tabela, family=poisson) ############# chisq.tes...
2012 Mar 24
0
Help ordinal mixed model!
...udo, 3 - cronico). See table! du <- transform(read.table('http://dl.dropbox.com/u/33619290/Dados/Dtest.txt',h=T),FASES=factor(FASES),ALT.RENAIS=ordered(ALT.RENAIS)) summary(du) library('MCMCglmm') du <- subset(du, ALT.RENAIS != 'NA') tabela <- table(du[,c(2,4)]) tabela colnames(tabela) <- c('Normal','Aguda','Cr?nica') rownames(tabela) <- c('Pre','Propolis','Vincr') tabela #the mixed model: set.seed(1) mod1 <- MCMCglmm(ALT.RENAIS ~-1+FASES, random= ~ ANIMAIS, family='...
2012 Jun 26
5
chisq.test
...imple data set with 70 observations, but the output is ''Warning message:'' Warning message: In chisq.test(tabele) : Chi-squared approximation may be incorrect Here is an example:         tabele <- matrix(c(11, 3, 3, 18, 3, 6, 5, 21), ncol = 4, byrow = TRUE)         dimnames(tabela) <- list(         "SEX" = c("M","F"),         "HAIR" = c("Brown", "Black", "Red", "Blonde"))         addmargins(tabele)         prop.table(tabele)         chisq.test(tabele) Please, give me an advice / suggestion / r...
2001 Nov 28
17
problem of access with files accentuated
I need of helps for do backup of a server windows2000(english). In the files accentuated, presents to following message: ERRDOS - ERRbadfile (File not found.) opening remote file \f\adm\Arquivos diversos e tempor rios\Tabela Master de Importaao.xls (\f\adm\Arquivos diversos e temporarios\ They are more of 60 pages with this message. When I rename the name of the file to without accent, it works perfectly and in the win2000 (portuguese), too. Is it possible to make a backup without to rename the files? I hope for y...
2010 Sep 17
1
odfWeave UTF-8 error and latin characters
...ve a table with characters such as 'ç', 'ó' and 'ã' that odfWeave is not recognizing properly. The error follows below. Just to make it clear: Windows vista (default language - Brazilian Portuguese), R 2.11.1, odfWeave 0.7.11, OpenOffice 3.0.1 in my odt file ... <<tabela2, echo = FALSE, results = xml>>= odfTable(tabela2,useRowNames=T,name ='Tabela 2') @ in R console ... >library(odfWeave) >imageDefs <- getImageDefs() >imageDefs$type <- 'bmp' >imageDefs$device <- 'bmp' >setImageDefs(imageDefs) >options(Sw...
2008 Mar 07
3
Error
Hello! I need some help, because I don't know how this error means: Error: variables ?Output1?, ?Output2?, ?Output3?, ?Output4?, ?Output5? were specified with different types from the fit Execution halted Can you help me? Thank You
2010 Apr 16
0
Yet Testing rKward
Hi, I continue testing rKward. I dont know how to save the results from a script execution without use copy and paste or using a rkward output system. Now I try to understand how adapt my script do use the rKward output system. Example: I have this script: ---------------------- ## Carregar a tabela de riqueza e equitabilidade library(gdata) dadosriq <- read.xls("Panalise.xls",h=T,sheet=2) ## Resumo dos dados summary(dadosriq) ---------------------- Using rkward output system I try: ---------------------- rk.header("Carregar a tabela de riqueza e equitabilidade") libra...
2012 Nov 20
2
Controlling the number of interactions of a lme
...iables not appear. I wanted to know if i could to control the number of interactions of the model, or if this method is the most advisable for so many variables. Thanks in advance! Follows the procedure I'm using: v.is<-lme(is~direction*envir*region*hour*estom*esl, random=~1|ind/dir/reg, tabela) anova(v.is,test="F") -- View this message in context: http://r.789695.n4.nabble.com/Controlling-the-number-of-interactions-of-a-lme-tp4650183.html Sent from the R help mailing list archive at Nabble.com.
2007 May 08
0
Squid + iproute2
...k1 #ip route add 192.168.0.0/24 via 192.168.0.1 table link1 ip route add default via 192.168.1.7 table link1 # link Default ip route add 192.168.2.0/24 dev eth0 src 192.168.2.245 table link #ip route add 192.168.0.0/24 via 192.168.0.1 table link ip route add default via 192.168.2.252 table link # tabela principal de roteamento ip route add 192.168.1.0/24 dev eth1 src 192.168.1.245 ip route add 192.168.2.0/24 dev eth0 src 192.168.2.245 # setando a rota preferencial ip route add default via 192.168.1.7 # regras das tabelas ip rule add from 192.168.1.245 table link1 ip rule add from 192.168.2.245 t...
2006 Feb 02
0
Problem with routing to multiple tables
...edes #---- # FrameRelay IFE1="eth0" IPE1="200.163.208.3" NWE1="200.163.208.0/26" GWE1="200.163.208.1" PRE1="3" # # DSL IFE2="eth2" IPE2="10.1.1.10" NWE2="10.1.1.0/24" GWE2="10.1.1.1" PRE2="1" #--- # Tabelas de roteamento #--- L1="201" L2="202" MAIN="222" #--- # Desabilita tabela main #--- $IP rule add prio 50 table main $IP route del default table main #--- # ROTAS #--- # Link 1 = L1 $IP rule add prio 201 from $NWE1 table $L1 $IP route add default via $GWE1 dev $IFE1 s...
2005 Feb 23
1
error when trying access internet.
...ting... <- only this FTP transfer from internet IP address to server not work. ifcfg-eth0 file: DEVICE=eth0 BOOTPROTO=static BROADCAST=200.138.174.255 IPADDR=200.138.174.27 NETMASK=255.255.255.0 NETWORK=200.138.174.0 ONBOOT=yes TYPE=Ethernet [root at cedaspy network-scripts]# route Tabela de Roteamento IP do Kernel Destino Roteador MascaraGen. Opcoes Metrica Ref Uso Iface 200.138.174.0 * 255.255.255.0 U 0 0 0 eth0 default rt2.voe.com.br 0.0.0.0 UG 0 0 0 eth0 [root at cedaspy network-scripts]# ifco...
2005 Oct 18
0
Two differente networks at the same ethernet pci adapter
...d default via $P1 table T2 # $IP route add $P1_NET dev $IF1 src $IP1 $IP route add $P2_NET dev $IF2 src $IP2 # $IP route add default scope global nexthop via $P1 dev $IF1 weight 1 nexthop via $P2 dev $IF2 weight 1 # $IP rule add from $IP1 table T1 $IP rule add from $IP2 table T2 # #---- # Atualiza tabela de cache #---- $IP route flush cache ---- END OS SCRIPT --- What can I do (if there is something) for this to work? Att, Nataniel Klug
2004 Feb 19
1
read codebook function
...1((int*) &cb->minValue, 32); this->fReadBits1((int*) &cb->deltaValue, 32); this->fReadBits1((int*) &cb->quantWidth, 4); this->fReadBits1((int*) &cb->flagSeq, 1); cb->quantWidth++; // now process acording to type // AQUI AQUI - fazer ou achar a tabela abaixo if( cb->mapType ) { cb->quantNum = cb->codeEntries^(1/cb->dimensions); } else { cb->quantNum = cb->dimensions*cb->codeEntries; } // create multiplicands array and read them cb->quantValues = new byte[cb->quantNum];...
2005 Oct 19
2
Load balance (two links in one server): why is this not working?
...dd default via $P1 table T2 # $IP route add $P1_NET dev $IF1 src $IP1 $IP route add $P2_NET dev $IF2 src $IP2 # $IP route add default scope global nexthop via $P1 dev $IF1 weight 4 nexthop via $P2 dev $IF2 weight 1 # $IP rule add from $IP1 table T1 $IP rule add from $IP2 table T2 # #---- # Atualiza tabela de cache #---- $IP route flush cache --- SCRIPT --- Att, Nataniel Klug _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2004 Aug 31
1
Finally: A working case of two adsl load balance
...static nexthop via 201.3.196.254 dev ppp1 nexthop via 200.138.225.254 dev ppp0 #essential masquerade option iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -j MASQUERADE iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -j MASQUERADE Here is the route output: [root@localhost root]# route Tabela de Roteamento IP do Kernel Destino Roteador MáscaraGen. Opções Métrica Ref Uso Iface 200.138.225.254 * 255.255.255.255 UH 0 0 0 ppp0 201.3.196.254 * 255.255.255.255 UH 0 0 0 ppp1 192.168.2.0 * 255.255.255.0 U 0 0 0 eth1 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo Here...