Displaying 20 results from an estimated 50000 matches similar to: "No subject"
2003 Feb 26
0
(no subject)
Let's assume that the columns of the model matrix, apart perhaps
from an initial column that corresponds to the overall mean, have
been centred. Then:
1) Normal equation methods give an accurate fit to the matrix
of centred sums of squares and products.
2) QR methods give an accurate fit to the predicted values.
QR will give better precision than normal equation methods
(e.g., Cholesky) if
2006 Oct 24
0
sip.conf - srvlookup
I would like to put srvlookup=no in my SIP conf, so that I don't get DNS issues (Asterisk stops responding). I use VoIP Buster and in sip.conf I use sip1.voipbuster.com. When I do sip show peers in CLI I get
voipbuster/tomo 194.221.62.207 5060 OK (27 ms)
And when I ping sip1.voipbuster.com
[root@tomo ~]# ping sip1.voipbuster.com
PING sip1.voipbuster.com
2010 Oct 24
1
Optimize parameters of ODE Problem which is solved numeric
Hi,
I have a data-matrix:
> PID
sato hrs fim health
214 3 4.376430 6.582958 5
193 6 4.361825 3.138525 6
8441 6 4.205771 3.835886 7
7525 6 4.284489 3.245139 6
6806 7 4.168926 2.821833 7
5682 7 1.788707 1.212653 7
5225 6 1.651463 1.436980 7
4845 6 1.692710 1.267359 4
4552 5 1.686448 1.220539 6
2007 Sep 19
1
v1.1 alpha6: Log synchronization error ... Append with UID 0
Hi.
I am testing E-mail delivery by using dovecot 1.1 alpha6.
But, The following message(syslog) is output while receiving mail.
And, I'm try to looked for this reason in that source code.
Hum...
I think
why the deliver is not using a 'MAILBOX_TRANSACTION_FLAG_ASSIGN_UIDS' flag.
# deliver/deliver.c:142::deliver_save() function - calling mailbox_transactio
n_begin()
The
2004 Nov 24
1
Suggestions for packages / help / index (long mail)
Hi R-users and developers,
This month may have seen one of the biggest thread never seen on R-related
mailing lists, the one about "GPL software" and "hidden costs" (at this
day, thread is still open - and active!).
Lot's of mails in this thread are not really relevant to the original mail,
send by Philippe Grosjean.
Nevertheless, most of the mails are of interest and
2009 Jul 04
1
[LLVMdev] A beginner question
The line comes up on a back trace using gdb. I think it's the right line (I have tried it on two separate machines one using Fedora 11 and g++ 4.4.x and the other Ubunto and g++ 4.3.3) and the situation is exceptionally odd since it only occurs when compiling my Runtime.cpp and doesnt happen when compiling other files. This is with LLVM 2.5.
I did look at the Type.cpp code and it should be
2000 Feb 29
1
No subject
Does anyone know of any comprehensive literature (like a book, collection of
articles, etc.) that walk thorugh example of ARIMA modeling with the ts
package of R? Genarlly if you've just started to learn the R-language and
are all week long with ARIMA, what is a fast-pace source that you would
recommend (to a beginner) ?
Thank you,
Krasi
2013 Mar 30
1
[LLVMdev] (no subject)
i am beginner in llvm compiler framework. As i want to create loop pass i
went through all the procedure for creating new pass. I did all the steps u
mentioned but when i copied the content of makefile(for hello pass) from
ur website to my makefile its not working properly.
My makefile is like this :
# Makefile for hello pass
# Path to top level of LLVM hierarchyLEVEL = ../../..
# Name of the
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
2009 Jun 30
1
(no subject)
Hi Group,
I've a vector of 1000 numeric values for which I want to draw a histogram. I've read this vector into R with no variable name.I mean only the 1000 values, which makes V1 the name of the variable by default?? Then I tried
> hist(V1, breaks = "Sturges",
+ freq = NULL, probability = !freq,
+ include.lowest = TRUE, right = TRUE,
+ density = NULL, angle =
2012 Jun 15
3
Puntos suspensivos
Hola, ¿qué tal?:
Antes de empezar a programar como novata de R consulté unos cuantos manuales, pero ahora, todavía novata, releo esos manuales y tomo todavía más consciencia de mi propia ignorancia... En una palabra, que mi código necesita un cambio de look.
En particular, me gustaría consultaros acerca del uso de los puntos suspensivos en el paso de parámetros. ¿Podríais ilustrarme con un
2001 Sep 30
1
(No Subject)
Dear all
I am very beginner user of R I want to calculate the power of t-test using power.t.test function. It is stated in the manual that the argument (n) is the number of observations per group. Infact I have a differens number of observations in each group(ie n1<>n2) and another thing is SD the pooled standard deviation of the observations in the two data sets under investigation.
Hope
2007 Apr 03
0
[Sybase Adaptor] find_by_xxx does not work correctly.
Hi
Please advice me about the following problem.
* Problem
find_by_xxx method does not work correctly the following caes with
sybase adaptor.
* How to reproducible
model :users
t.column :code, :string <-- :string column
t.column :last_name, :string
t.column :first_name,:string
>> User.find(1)
=> #<User:0x2abe232a68e8
1998 Sep 30
1
Windows NT in portuguese
Hi,
Probably my problem can be helped by very specific people. Anyway...
I am debuting with Windows NT (portuguese language version) and Samba and
experiencing problems because I unsucceed to map Samba to Windows with the
message "the account is not authorized to login from this workstation"
(this is my translation from portuguese). The TCPIP connection sound good
as long as I can
2009 Jul 04
2
[LLVMdev] A beginner question
I feel a bit bad for always asking beginner questions here but I am having some difficulties with a runtime error with which I could use some help diagnosing.
1) I am getting the assertion failure
main: Type.cpp:1309: static llvm::PointerType* llvm::PointerType::get(const llvm::Type*, unsigned int): Assertion `ValueType && "Can't get a pointer to <null> type!"'
2009 Jul 04
0
[LLVMdev] A beginner question
Carter Cheng wrote:
> I feel a bit bad for always asking beginner questions here but I am having some difficulties with a runtime error with which I could use some help diagnosing.
>
> 1) I am getting the assertion failure
>
> main: Type.cpp:1309: static llvm::PointerType* llvm::PointerType::get(const llvm::Type*, unsigned int): Assertion `ValueType && "Can't
2006 Feb 27
1
Asttapi - what's wrong?
When I try to call from asttapi one number, I get message "No one is available to answer at this time (1:0/0/0)". Immediately after that I try to call the same number from SIP phone (the same one that is used with asttapi) and call goes true.
What have I done wrong?
This is how it looks on CLI.
****
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'tomo'
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
2009 Jun 30
0
(no subject)
--- On Tue, 6/30/09, maram salem <marammagdysalem at yahoo.com> wrote:
> From: maram salem <marammagdysalem at yahoo.com>
> Subject: [R] (no subject)
> To: r-help at r-project.org
> Received: Tuesday, June 30, 2009, 6:34 AM
> Hi Group,
> I've a vector of 1000 numeric values for which I want to
> draw a histogram. I've read this vector into R with no
>
2001 Apr 05
1
No subject
R-helpers,
Beginner in R language, I have a problem to install a package (multiv) in R
for Windows 98 (R-Gui)
First I have got the multiv.zip file from the CRAN precompiled contributed
packages for Windows and put this file in C:/Program Files/rw1022.
in R-Gui I tried to install it as following
> install.packages("C:/Program Files/rw1022/multiv.zip")
I received the following