Displaying 5 results from an estimated 5 matches for "variavel".
Did you mean:
variabel
2006 Aug 14
4
append to path from login script?
I'm wondering if there is a way to add a network share (either UNC or
mapped drive) to the path of a user when they login?
for example have a directory \\smbserver\apps and put putty.exe in
there.. so that when I sit down at a machine I will always have putty in
the path..
Is that possible?
2007 Dec 27
1
Lda and Qda
...variables are collinear
> summary(var.can3)
Length Class Mode
class 30000 factor numeric ### why?? I don't understand it
posterior 210000 -none- numeric
call 4 -none- call ## what's this?
> var.can<-lda(dados[,c(1:28,30:54)],dados[,55])#porque a variavel 29 ? constante
Warning message:
In lda.default(x, grouping, ...) : variables are collinear
> summary(var.can)
Length Class Mode
prior 7 -none- numeric
counts 7 -none- numeric
means 371 -none- numeric
scaling 318 -none- numeric
lev 7 -none- char...
2008 Mar 06
4
dot matrix POS parallel printer problems
I have a application that writes to the LPT1 directly,
in wine there is a lot of missing characters in the printout,
in the console printing to /dev/lp0 works ok.
I'm using puppy linux.
Any help welcome.
Thank you
2015 Jun 12
0
RES: Banco de dados interno no Asterisk e variáveis em SIP HEADERS
...15 14:53:42
Assunto: Re: [AsteriskBrasil] RES: Banco de dados interno no Asterisk e
vari?veis em SIP HEADERS
>Rodrigo
>
>Segue um exemplo de manipula??o do SIP HEADER:
>
>Servidor 1:
>exten => _X.,1,Answer()
>same => n,SIPAddHeader(Custom-variable: "valor da minha variavel)
>same => n,Dial(SIP/10.68.2.43/${EXTEN},30,tT)
>same => n,HangUp
>Servidor 2:
>exten => _X.,1,Answer()
>exten => _X.,n,NoOp(${SIP_HEADER(Custom-variable)})
>exten => _X.,n,goto(ura,s,1)
>exten => _X.,n,HangUp
>
>Voc? enviar quaisquer valores que possa...
2008 Oct 21
2
Question about glm using R
Good morning,
I am using R to try to model the proportion of burned area in Portugal.
The dependent variable is the proportion. The family used is binomial
and the epsilon would be binary.
I am not able to find the package to be used when the proportion (%) has
to be used in glm. Could someone help me?
I am using normal commands of glm.. for example:
glm_5<- glm(formula=p~Precipitation,