search for: bluewin

Displaying 20 results from an estimated 125 matches for "bluewin".

2016 Mar 21
4
Understand the UID value in mailbox debug
...is that a UID is logged which does not exist on the mailserver The following log is the "move" of the mail into the spamfolder Mar 19 11:53:57 backend3 dovecot: imap(REMOVED_FOR_PRIVACY): OmQLrmQubgDAqDIW copy from INBOX: box=INBOX.Spam, uid=58, msgid=<000601d181cd$71401940$53c04bc0$@bluewin.ch>, size=314585 Mar 19 11:53:57 backend3 dovecot: imap(REMOVED_FOR_PRIVACY): OmQLrmQubgDAqDIW delete: box=INBOX, uid=1614, msgid=<000601d181cd$71401940$53c04bc0$@bluewin.ch>, size=314585 Mar 19 11:53:57 backend3 dovecot: imapREMOVED_FOR_PRIVACY): OmQLrmQubgDAqDIW expunge: box=INBOX, uid=1...
2004 Sep 28
2
[Fwd: Re: tseries Package for R]
-------- Original Message -------- Subject: [R] Re: tseries Package for R Date: Mon, 27 Sep 2004 23:56:34 -0800 From: Martin Renner <martin.renner at stonebow.otago.ac.nz> To: Adrian Trapletti <a.trapletti at bluewin.ch> References: <61CBB4C9-10C7-11D9-A624-000D932E990C at comcast.net> <4158F5B6.3020103 at bluewin.ch> see http://cran.stat.ucla.edu/bin/macosx/ and http://cran.stat.ucla.edu/bin/macosx/RMacOSX-FAQ.html (or your nearest cran-mirror). The gui allows you to installe precompiled...
2009 Feb 10
2
plotting the result of a nonlinear regression
Hello, to plot the result of a singular non linear regression (using nls) I usually use the function plotfit, for example: r.PTG.V<-nls(PTG.P~ fz1(Portata, a,b), data=dati, start=list(a=10, b=10), nls.control(maxiter=200), algorithm='port', trace=TRUE, na.action=na.omit, lower=list(a=0, b=10), upper=list(a=100, b=100)) plotfit(r.PTG.V) I tried to use the function plotfit on the
2009 Feb 20
6
write.table
Hello, I tried to turn lists into vectors and then bind them together in order to create a dataframe but if, after this, I try to use the function write.table I get the following error message: Error in write.table(x, file, nrow(x), p, rnames, sep, eol, na, dec, as.integer(quote), : 'list' type not implemented in 'EncodeElement' Here is what I've done:
2002 Dec 18
1
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458 ------- Additional Comments From us- at gmx.de 2002-12-19 03:16 ------- Sorry, typo: The irix version is 6.5.17 not 6.5.18 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2011 Nov 05
2
winbind map untrusted domain problem
Hi I have a question/problem about winbind and the "map untrusted to domain" (=yes) parameter. I use samba 3.6.0 on FreeBSD 8.2 with the following configuration: [global] encrypt passwords = yes map untrusted to domain = yes allow trusted domains = yes client ntlmv2 auth = yes client use spnego = yes client lanman auth = yes client plaintext auth = no winbind enum
2009 Feb 10
3
summary of a list
Hello, I'm using the following for loop to find regression curves using a list of functions (formList), a list of starting values (startList), uppervalues (upperList) and lower values (lowerList). A sample of the list of function I use in the loop is the following: FormList <- list(PTG.P ~ fz1(Portata, a, b), PTG.P ~ fz2(Portata, a, b), PTG.P ~ fz3(Portata,a, b, d, e), PTG.P ~
2009 Feb 03
3
non linear regression with nls
Hello, I'm a beginner with R and it's the first time I'm using the R-help list... I hope I'm in the right place, if not: Sorry!! I need to do non linear regressions on a data set which columns are: "river.name" "Portata" "PTG.P" "PO4.P" "NT.N" "NH4.N" "NO3.N" "BOD5" "SiO2"
2007 Oct 18
5
Secondary Y axis title
I have the following R code to create a plot with two y axes. I am essentially trying to plot a price series with a volume series on the same graph. (i.e. to compare price with volume). I can label the first y axis successfully, but the problem is in labeling the 2nd y-axis. Essentially, the label never appears. It seems as though there is not enough margin on the right hand side of
2005 Oct 05
1
GPG key
Hello everybody I'm new to NUT till now just listen. I want to install NUt and to check the package I need the gpg key. >From where can I dowload it to verify the package. Thank's in advance And sorry for this banal question. Karoly
2004 May 24
2
Manova and specifying the model
...s get error messages like: Error in manova(isol + hcom + habarea + inclin + windprot + shrubcov + : need multiple response Can someone help me? Thanks Steffi ---------------------------------------- Stefanie von Felten Käppelistrasse 24 4600 Olten Tel: 062/296 13 14 e-mail: steffi.vf@bluewin.ch [[alternative HTML version deleted]]
2007 Mar 28
2
fitting data with conditions
Mich besch?ftig folgende Fragestellung. Ich kenne die Verteilung (lognormal) zus?tzlich weiss ich das 99%, das 90% und das 1% Quantil. Gibt es in R eine M?glichkeit die Lognormalverteilung zu finden, das heisst den korrespondierenden logmean und logsd? Vielen Dank f?r ihre Hilfe Gruss Yvonne
2009 Feb 13
2
odfWeave & prettyR
Hello, I've been trying to use odfWeave and prettyR packages to create documents with both text and graphs, but so far I haven't been very lucky... With the function R2html () in prettyR package, when I try to use a source file, which works perfectly if I run it directly form R using "source("file")", it works for the first part and then it makes a mess, i guess
2007 May 01
1
dlda{supclust} 's output
Hi, I am using dlda algorithm from supclust package and I am wondering if the output can be a continuous probability instead of discrete class label (zero or one) since it puts some restriction on convariance matrix, compared with lda, while the latter can. thanks, -- Weiwei Shi, Ph.D Research Scientist GeneGO, Inc. "Did you always know?" "No, I did not. But I believed..."
2012 Oct 29
6
export variable from bash to R
Dear R experts This probably seems very easy to you guys, but I'm a beginner and would be really glad if someone helped me with this: I am trying to automate the execution of an R script (let's call it "myscript.R") by passing a variable from a bash script to myscript.R. I know I can use the command Rscript, but I don't know how to declare in bash which variable will be
2014 May 22
4
Icecast 'client'
...ctions Flash/AS3, HTML/JScript Intrusion-detection Radio Ward 4/757 Minglanilla/ Cebu Philippines Tel.: +41/76-756 9208 Tel.: +63/915-381 9544 www.pirate-radio.eu www.adecco.ph Skype: pirate-radio.eu Dalnet: #pirate-radio.eu Undernet: #pirate-radio.eu Email: glaivy at yandex.com Email: budack at bluewin.ch Email: guido.budack at yahoo.de Email: admin at pirate-radio.eu We use Debian 6.0, UbuntuStudio 12 and a Snort IP-System on a Quad-core dedicated Server - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.11 (GNU/Linux) mQENBFMSzBEBCADLPBwdQ2vDYBNvoH50Z0eUjRHUVhzKzpgRT2rlgJ+inrwsP8w1 m6...
2001 Nov 27
1
Sync of samba passwords between two UNIX samba servers possible?
...s for the UNIX password propagation, which is done by Tivoli. Any useful reponse and tips to this problem would be welcome. Cheers Gary Heath - UNIX administrator/NT and UNIX System Release Manager ________________________________________ E-Mail for everyone! http://www.bluemail.ch/ powered by Bluewin!
2014 May 22
3
Icecast 'client'
...ctions Flash/AS3, HTML/JScript Intrusion-detection Radio Ward 4/757 Minglanilla/ Cebu Philippines Tel.: +41/76-756 9208 Tel.: +63/915-381 9544 www.pirate-radio.eu www.adecco.ph Skype: pirate-radio.eu Dalnet: #pirate-radio.eu Undernet: #pirate-radio.eu Email: glaivy at yandex.com Email: budack at bluewin.ch Email: guido.budack at yahoo.de Email: admin at pirate-radio.eu We use Debian 6.0, UbuntuStudio 12 and a Snort IP-System on a Quad-core dedicated Server - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.11 (GNU/Linux) mQENBFMSzBEBCADLPBwdQ2vDYBNvoH50Z0eUjRHUVhzKzpgRT2rlgJ+inrwsP8w1 m6...
2012 Jan 11
1
R problem: unable to read data in the xls-format in the PerformAnalytics package
Hallo I have the following problem 1) Problem: I am unable to read data in the xls-format in the PerformAnalytics package. While it works well for several commands, e.g. t(table.Stats(msci_ret)) it does not work for other commands, e.g. x <- msci_ret[, c("CH"), drop = FALSE] table.Drawdowns(x) The error code is: Error in checkData(R) : The data cannot be converted into a
2018 Jan 23
3
Re: Trying to mount vmdk - kernel panic not syncing: Attempted to kill init! exitcode=0x00000100