Displaying 20 results from an estimated 3000 matches similar to: "lags and differences"
2004 Jun 23
1
anova
Could someone please tell me if it is a way to define
the number of decimals (for example 4 digits) in a
presentation of anova() results. I couldn't apply round
()function.
Thanks in advance.
Alex
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ?? gr??tis!
http://antipopup.uol.com.br/
2005 Mar 10
2
(no subject)
Mike,
I?m streaming LAME ones (MP3), mountpoint is live.mp3 and URL is http://169.254.31.193:8000/live.mp3
Thanks a lot,
D?nis
-x-
From"Michael Smith" mlrsmith@gmail.com
To"Denis Paschoalinoto" denisp@uol.com.br
Cc"icecast" icecast@xiph.org
DateThu, 10 Mar 2005 14:20:54 +1100
SubjectRe: [Icecast] (no subject)
> On Thu, 10 Mar 2005 00:08:42 -0300, Denis
2005 Mar 09
1
(no subject)
Hi,
I am a beginner in Icecast, and I?d thank you if I had a little help from you guys.
I?m already able to send audio data from WinAmp (2.95) with Oddcast (Dec 14, 2004) to Icecast (2.2.0). No problems up to here.
However, when I go to URL in order to hear it, Windows Media Player (9 series) buffers and plays only a few seconds of audio.
I am in Windows XP (Service Pack 2).
Do you know what
2004 Jul 02
1
Compiling Gastman for Win32
Hi!
I'm trying to compile the gastman?s sources with the
vc++(6.0) and to the Borland C++(1.0), but when I
compile these sources shows many erros like, there
aren?t Libraries and funtions necessaries. I tried to
get these at the Internet but I didn?t get all and
somethings with erros.
I would like to know with there is a path with all
libraries necessary to compile the gastman and how
2004 Jul 01
1
I run mkfs.ext3 in hda1 but I want to make undo. How do it?
Hello linuxers!!!
I have a problem. I did format using mkfs.ext3
in /dev/hda1, and it's wrong. I want to format hda2.
Now I lost all datas. How can I recover my hda1???
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2004 Jul 01
0
I run mkfs.ext3 in a partition and I want make undo, how do it?
I use mkfs.ext3 in /dev/hda1, but was to use
in /dev/hda3. Exist recover for this? How to do?
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2004 Aug 13
1
CBQ REPORT
Hi all,
I am controlling the bandwidth of 40 clients with cbq.
When I type "tc -s -d qdisc show dev eth0" I see the
traffic for each rule. Now my question is: is there any
script to make possible to pass these results to a
report like txt or html something like that?
any tips will be helpfull.
Thanks,
__________________________________________________________________________
2004 Sep 03
1
bandwidth management
Hi all,
I have a firewall central which a control the
download/upload bandwidth with cbq of 9 differents
networks. Now i need some help from you. I would like
to use mrtg+snmp to reports these bandwidth to show per
ip, how? any idea? tips?
Thanks in advance,
Anderson
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua
2004 Dec 14
0
Problems with samba
Hi,i have the following problems with a try print a document using cups/samba to print in windows 2000 machine.
When i try print the file, i have the following error:
E [14/Dec/2004:16:45:29 -0200] [Job 6] Unable to connect to SAMBA host, will retry in 60 seconds...ERROR: SMB tree connect failed: NT_STATUS_ACCESS_DENIED
E [14/Dec/2004:16:45:57 -0200] [Job 5] Unable to connect to SAMBA host, will
2004 Nov 30
0
glmmPQL
Dear listmembers,
I've adjusted a mixed model with glmmPQL:
nulo<-glmmPQL(POS~1,random=~1|GRUPO, family=binomial, data=new)
and I've reched the following results:
Linear mixed-effects model fit by maximum likelihood
Data: new
AIC BIC logLik
53238.5 53260.74 -26616.25
Random effects:
Formula: ~1 | GRUPO
(Intercept) Residual
StdDev: 0.3402137 0.9952645
2005 May 03
5
Step wise regression
Dear Fellows,
How can I do to proced a step wise regression in R, if it´s possible ?
Thanks,
Walmir
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/
[[alternative HTML version deleted]]
2003 Dec 24
2
Re:Routing for Squid
Hi asa,
You can make a script to ping your internet gateway
every 5 minutes and if it´s down it automatically switch
the default route do gateway 2. You set a script to run
x time with cron job.
[]´s
Anderson
> hi all,
>
> i''m using squid as a proxy server, and have 2 gateway f
or internet access,
> currently i''m using 1 gateway for the internet access,
if
2004 Apr 01
3
Control Bandwidth
Hi all,
I need a little help, i am studing htb to control user
bandwidth (download/upload) and I made a script as
below to test. I am testing using ttcp tool from by
linux box to other linux (192.168.200.51).
my box <---- Linux = more than 128kbit
mybot -----> Linux = get 128kbit
But I want to control both ways, what am I missing?
script:
EXTIF=eth0
INTIF=eth1
TC=/sbin/tc
DOWN=128
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
Hi,
Thanks for the reply. Thats where the problem starts. If I set ppp0 as
the
default gw the internet doesnt work anymore. This is how im doing it...
route del default
route add default gw 217.32.81.74 dev ppp0
if I put it back to ppp1...
route del default
route add default gw 217.32.68.73 dev ppp1
It works fine again. Whats up with that?
Cheers,
Chris
----- Original Message
2000 Sep 20
1
lag() and lm()
Hi,
I am using R interactively for estimation and even data manipulation. I want
to use lag() function within lm() function in a way looks like:
mymodel<- lm(y~x+I(lag(y,-1)-1, data=anydata)
What I get is always perfect fit; (that is, coefficient=1) which is not
true.
If the model looks like
mymodel<- lm(y~z+x+I(lag(x,-1)-1, data=anydata)
summary returns only one coefficient for x and
2004 Jul 12
0
"help"
---------- In?cio da mensagem original -----------
De: asterisk-users-admin@lists.digium.com
Para: asterisk-users@lists.digium.com
Cc:
Data: Mon, 12 Jul 2004 11:48:05 -0500
Assunto: Asterisk-Users digest, Vol 1 #4502 - 11 msgs
> Send Asterisk-Users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide
2008 Mar 10
0
[ca package] access to any x/y in mjca function
Hi,
I would like to extract x,y from mjca function in ca package to be able to
draw other graph types.
For example for simple mca function from MASS I can do the following:
-------------
anydata.mca <- mca(anydata, nf = 2, abbrev = TRUE)
x <- anydata.mca$rs[,1] #that is what I can 'extract'
y <- anydata.mca$rs[,2]
plot(anydata.mca) #standard plot
library(lattice)
2008 Mar 09
0
[ca package] how to extract x,y from mjca function
Hi,
I would like to extract x,y from mjca function in ca package to be able to
draw other graph types.
For example for simple mca function from MASS I can do the following:
-------------
mydata.mca <- mca(anydata, nf = 2, abbrev = TRUE)
x <- anydata.mca$rs[,1] #that is what I can 'extract'
y <- anydata.mca$rs[,2]
plot(anydata.mca) #standard plot
library(lattice)
2011 Feb 02
2
Ofcs2 Questions!
Hello,
First of all, i am new at the list and i have several questions about ocfs2
performance.
Where i am working i am having huge performance problens with ocfs2.
Let me tell my envoriment.
3 Xen VirtualMachines withs ocfs2 mounting an LUN exported over iSCSI. (
acctualy 3 LUNS, 3 ocfs2 clusters )
I am not the one who configured the envoriment, but it is making the
performance of my MAIL
2003 Sep 29
0
RE: Asterisk list a SPAMer (uol.com.br), I t hink not ...
Thanks, annoying but only course of action I guess ... (c;
> -----Original Message-----
> From: WipeOut [mailto:wipe_out@lycos.co.uk]
> Sent: 29 September 2003 10:36
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] RE: Asterisk list a SPAMer
> (uol.com.br), I think not ...
>
>
> Just add a filter to your mail client to delete all mail from
>