similar to: home dirs

Displaying 20 results from an estimated 1000 matches similar to: "home dirs"

2005 May 16
0
Re: Calling R functions from Java (D0c)
Hello kanglin: Try to transfer from Java Object JList to R Object Data.frame, you could use public Rconnection r_connection = null; ..... ..... this.r_connection.assign("dataframe_ex",java list_ex); Best regards, Ricky Chen EIM ProMOS Technologies Inc. No.19 Li Hsin Rd.,Science-Based Industrial Park, HsinChu,Taiwan,R.O.C. Tel: 886-3-5798308 Ext : 8512 http://www.promos.com.tw
2011 Oct 12
1
CVbinary - Help
Hey, I need some help. I want to obtain a cross validation for a regression model (binary response) but I got an error with CVbinary. Well I did this: fit <- lm(resp ~ PC1 + PC2 + PC3 + PC4 + PC5 + PC6 + PC7 + PC8 + PC9+PC10+PC11+PC12+PC13+PC14+PC15+PC16+PC17+PC18+PC19+PC20+PC21+PC22+PC23+PC24+PC25+PC26+PC27+PC28, data = dexp.cp, family=binomial()) CVbinary(fit) Error in sample(nfolds, m,
2007 Nov 19
1
print matrix content on plot
Hi, I saved as a matrix a summary of a PCA analysis and I've used barplot to plot the PCA variances. I would like to print on the same graphic the values of my matrix m1 - in other words the summary of my PCA analysis. I can do it very painstaking with text for each row and make sure that everything aligns and so on but i wonder if there is a better method than that. My summary follows:
2019 Feb 22
3
dovecot Buch 2014 vs 2016
Moin, Es geht um das Dovecot-Buch. Ich nehme an, da? hier mindestens einer, der sich auskennt, mitliest: Gibt es - au?er der Sprache und dem Preis - einen Unterschied zwischen der ersten (und einzigen?) deutschen Auflage von 2014 und der englischen Auflage von 2016? -- Heiko -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2005 Sep 26
2
Deutsche Rails-Gruppe
Hallo! Wenn du das hier lesen und verstehen kannst, interessiert dich vielleicht auch dieser Link zur neuen deutschen Ruby On Rails-Usergroup: http://rubyonrails-ug.de/ + Weblog + Mailingliste Viele Grüße ~Tobias PS: Danke an die Gründer!
2004 Apr 30
2
Remove machine account
Hallo! How please to remove a win2k machine account. I tried smbpasswd -x machine$ without succes. The thing is that I changed the machine domaine to workgroup. And now I'm trying to put again the machine in the domaine but that can't be done. I'm getting an error message that the logon informations are in conflict with existing logon informations. Thank a lot for helping
2006 Dec 16
1
object combinations
hello list, i've got 8 objects and i want to calculate a list with all combinations of them. the output should contain the object names. for example: object1 & 2, 1 $ 3, ... best regards mirca -- "Ein Herz f?r Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankesch?n: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!
2016 Mar 24
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
Martin, I fully agree. This becomes an issue when you have big matrices. (Note that there are awesome methods for actually only computing a small number of PCs (unlike your code which uses svn which gets all of them); these are available in various CRAN packages). Best, Kasper On Thu, Mar 24, 2016 at 1:09 PM, Martin Maechler <maechler at stat.math.ethz.ch > wrote: > Following from
2006 Mar 01
9
sortable tree?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *, I am new to this list, so please excuse me if this has been covered before (unfortunately the search function at http://www.ruby-forum.com/forum/10 is disabled at the moment). If yes, then a pointer to a solution would be great. I want to create a sortable tree with scriptaculous Sortable. There are several categories and subcatgories: cat_a
2016 Mar 24
3
summary( prcomp(*, tol = .) ) -- and 'rank.'
Following from the R-help thread of March 22 on "Memory usage in prcomp", I've started looking into adding an optional 'rank.' argument to prcomp allowing to more efficiently get only a few PCs instead of the full p PCs, say when p = 1000 and you know you only want 5 PCs. (https://stat.ethz.ch/pipermail/r-help/2016-March/437228.html As it was mentioned, we already
2005 Dec 08
1
Unencrypted Passwords
Hi, Is there a way to make windows2000, xp and 2003 work with unencrypted passwords as a domain member in a domain with a Samba Server as PDC? Igor -- "F?r mich sitzen in deutschen Talkshows viel zu viele Leute mit einem Monatseinkommen von 20 000 Euro herum, die denen mit 2000 sagen, sie m?ssten den G?rtel enger schnallen" - Harald Schmidt
2006 Nov 27
0
quantile regression - estimation of CAViaR
How is it possible to estimate the conditional autoregressive Value-at-Risk model qantile_t(tau)=a0+a1*qantile_(t-1)(tau)+a2*abs(r_(t-1)) see http://www.faculty.ucr.edu/~taelee/paper/BLSpaper1.pdf (page 10)) of Engle & Manganelli in R? The qantile_(t-1)(tau)-term causes headache. Kind regards, Jaci -- "Ein Herz f?r Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de
2019 Feb 22
0
dovecot Buch 2014 vs 2016
Hallo, Op 22-2-2019 om 13:08 schreef Heiko Schlittermann via dovecot: > Moin, > > Es geht um das Dovecot-Buch. Ich nehme an, da? hier mindestens einer, > der sich auskennt, mitliest: > > Gibt es - au?er der Sprache und dem Preis - einen Unterschied zwischen > der ersten (und einzigen?) deutschen Auflage von 2014 und der englischen > Auflage von 2016? Hier wird leider nur
2006 Nov 20
0
rpart
Dear r-help-list: I' got a question about the computation of the improve of a split. The following is an extract of an output of the summary of a tree: Node number 1: 600 observations, complexity param=0.007272727 predicted class=0 expected loss=0.1666667 class counts: 500 100 probabilities: 0.833 0.167 left son=2 (211 obs) right son=3 (389 obs) Primary splits: x4
2006 Nov 21
0
variable selection with support vector machines (SVM)
Hello I am using support vector machine (from package kernlab) for a classification task (with RBF-Kernel). My data has dozens of variables and I need to identify which variables contribute most to the classification performance. What I did so far is comparing the classification performance (measured for example with the proportion of misclassified cases) of different sets of variables with
2006 Dec 14
2
Samba PDC with Ldap, problems after restart
Hello, I have installed my Samba as a PDC with LDAP Backend, it worked fine, I was able to join the Domain with a Windows XP Client.But Today when i started the server, i can't join a domain anymore. I also can't add users to ldap anymore with smbldap-tools i always get this failure message: 3444 Use of uninitialized value in substitution (s///) at /usr/share/perl5/smbldap_tools.pm line
2016 Mar 25
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong. I suspect it comes about via a mental short-circuit: If we try to control p using a tolerance, then that amounts to saying that the remaining PCs are effectively zero-variance, but that is (usually) not the intention at all. The common case is that the remainder terms have a roughly
2013 Jan 05
2
permission denied message
Hi all, I have run successfully a postfix/dovecot installation some time ago. Now, setting up a new server, I am lost with some error messages. I would appreciate some help. +++ f42252se dovecot: pop3-login: Error: auth: connect(login) in directory / failed: Permission denied (euid=113(<getpwu id() error>) egid=65534(<getgrgid() error>) missing +x perm: /, dir owned by 5000:5000
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
Another posting in german, due to its subject, which has to do with the german translation of the Samba-3.0-documentation. --- Hallo, deutschsprachige Samba-user, die ?bersetzung der Samba-3-Dokumentation geht weiter. Die Info-Kampagne tr?gt Fr?chte, es gibt neue freiwillige Mitarbeiter! Unsere Projektseite liegt auf Berlios, eine kurze Projektbeschreibung findet man unter
2012 Sep 24
1
R for commercial use
Hi everyone, want to use R in our company but have to complete an intern questionnaire first. Can anyone help? Thanks in advance! Here the questions I’m not sure about: 1. Is R a Clientsoftware / Serversoftware / Systemsoftware? 2. Does R need a “chellenge-response” treatment for activation? 3. Is R proxy-able? 4. Is the personalised WINDOWS-NTLM-authorization at ISA-proxy