search for: possum

Displaying 20 results from an estimated 23 matches for "possum".

2006 Mar 25
1
Suggest patch for princomp.formula and prcomp.formula
...cumented to work, but then the documentation just says: formula: a formula with no response variable. Thus, to avoid a lot of typing, it would be nice if one could use '.' and '-' in the formula, e.g. > library(DAAG) > res <- prcomp(~ . - case - site - Pop - sex, possum) Error in prcomp.formula(~. - case - site - Pop - sex, possum) : PCA applies only to numerical variables > res <- princomp(~ . - case - site - Pop - sex, possum) Error in princomp.formula(~. - case - site - Pop - sex, possum) : PCA applies only to numerical variables Unfortunately, as th...
2010 Apr 15
1
classes and functions for qqnorm and stem
Referring to "Using R for Data Analysis and Graphics" by J H Maindonald, and available from the R site, I found the example on p.30 non-working: > stem(qqnorm(possum$hdlngth)) Error in stem(qqnorm(possum$hdlngth)) : 'x' must be numeric Since qqnorm(possum$hdlngth) plots, and > class(possum$hdlngth) [1] "numeric" , the problem must be here: > class(qqnorm(possum$hdlngth)) [1] "list" Does 'stem' require numerical input?...
2002 Apr 10
2
I need to be able to turn off host checking entirely
...my "production" system for the same box, and Windows NT..... Actually, NT's not involved in the problem. I'm getting thoroughly sick of the checking the ssh command does, and I've turned off as much as I can figure out, but I still get this: [summer at numbat summer]$ ssh possum @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middl...
2002 Jun 13
0
possum sleeping: thanks and fisher.test() FEXACT error
Dear helplist Many many thanks to everyone who helped me. The trick was to use tabulate() or, better, tab <- rep(0,50) names(tab) <- 1:50 tab[names(table(sleeps))] <- table(c) My original dataset was a list of 50 trees and a length 12 vector recording which tree a certain possum slept in on 12 nights. As Professor Ripley points out, a Monte-Carlo simulation is easy to set up, and it shows that chi-squared is inapplicable. If H0 is that the animal chooses randomly from amongst these 50 trees then the number of sleeps in each tree is multinomial with n=50 and p_i=12/50 for...
2003 Jul 19
2
I don't find "fuzzy matching"
hello. I'm a student that work on R.(version 1.7.0) I need to some data frames such as "possum","Beams"'"kiwishade","dolphins",... . I typed help.search("possum") and so on,but the response was "No help files found with alias or title matching 'possum' using fuzzy matching.". I dont know what is "fuzzy matching" and...
2002 Jul 01
1
functions of dataframes
Hello experts I have a thing which I can't vectorize. Can any gurus out there help? This is my truncated dataset; it is a dataframe of five possums and which tree they slept in on three days. R> dataset p14 p88 p82 p90 p98 1 6 7 5 1 3 2 8 9 10 1 11 3 8 7 12 13 14 I can manipulate it with simple functions fine: R> f function(n){n+1000} R> f(dataset) p14 p88 p82 p90 p98 1 1006 1007 1005 1001 1003 2...
2004 May 22
5
Asterisk firewall config
...ese outgoing? I'm concerned as anyone that could guess an extension number&password could use my server to make outgoing calls. It would help if the extensions had a netmask/allowable IP setting like the iax.conf file uses, but there isn't one documented... Tony -- Te audire no possum. Musa sapientum fixa est in aure. Tony Hoyle <tmh@nodomain.org> Key ID: 104D/4F4B6917 2003-09-13 Fingerprint: 063C AFB4 3026 F724 0AA2 02B8 E547 470E 4F4B 6917
2002 Jun 13
2
fisher.test FEXACT memory bug "should not occur" (PR#1662)
This is a bad bug as reported by Robin Hankin, it is still in "R-patched" ... ##- From: Robin Hankin <r.hankin@auckland.ac.nz> ##- To: r-help@stat.math.ethz.ch ##- Subject: [R] possum sleeping: thanks and fisher.test() FEXACT error ##- Date: Thu, 13 Jun 2002 16:46:26 +1200 ## ..... ## Example slighlty modified (MM) d4 <- matrix(c(0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 4, 0,...
2002 Jun 12
4
table problems
dear helplist, my student has fifty trees, numbered one to fifty, and a vector recording which tree a certain possum slept in on 12 nights. R> c [1] 3 14 17 22 26 26 17 40 43 25 46 46 R> Thus it slept in tree #3 on Monday, then tree #14 on Tues, and so on. I wish to test the null hypothesis that the animal chooses trees randomly; try R> table(c) c 3 14 17 22 25 26 40 43 46 1 1 2 1 1 2 1 1...
2003 Mar 17
2
scoping rules; summary
...in a function is not local? One answer (thanks Patrick!): conflicts() shows masked objects on the search path, which is not quite what I need: I want some way to list all non-local variables that increment() uses in its body. [The original variable names referred to genetic bandsharing data for possums, eg coates.female.pouchyoung.allbands.method5 and huapai.young.male.sibling.relatedness.method3 and huapai.old.female.nonsibling.relatedness.justdarkbands.method1 ad nauseum...hence the need for shorter example variable names!] ll1 <- 2 #sic increment <- function(x) { l11 &l...
2003 Jan 28
1
ibutton
has anybody worked with support for the ibutton? i've come across keymgr (http://www.rcpt.to/keymgr/), but it seems to be dead (or playing possum). i've also come across ramblings about integrating ibutton support into openssl, but i dunno how pertinent that is, or even whether the work still exists. i just want to get rid of my passwds (or lock them up in a safe), and the ibutton seems to be the perfect tool. note that i'm not usin...
2004 May 18
1
Configure asterisk for outgoing.. need authuser parameter?
...handle_response: Failed to authenticate on INVITE to '"Tony Hoyle" <sip:asterisk@213.208.99.114>;tag=as4afae981' I think this means it's using the wrong username somewhere... I can dial in just fine, so it's connected.. just only one way. Tony -- Te audire no possum. Musa sapientum fixa est in aure. Tony Hoyle <tmh@nodomain.org> Key ID: 104D/4F4B6917 2003-09-13 Fingerprint: 063C AFB4 3026 F724 0AA2 02B8 E547 470E 4F4B 6917
2004 May 22
3
e164.org
So I just saw this VoIP-centric article at slashdot (http://slashdot.org/article.pl?sid=04/05/22/1840220) which mentions e164.org. It's a "non-profit public DNS root designed to map phone numbers to Internet protocols." Is anyone on this list actually using this? They have asterisk config instructions: http://www.e164.org/config.php I wonder if someone can help me understand
2006 Feb 14
1
Inverse cumulative probability
...alues :-) I'm studying interference theory, and we got a few exercises to solve in MiniTab. That was pretty simple, but now I want to solve them in R instead (this is not a part of the course, so you won't be helping me with my home work). -- Kind Regards, Jan Danielsson Te audire non possum. Musa sapientum fixa est in aure. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 187 bytes Desc: OpenPGP digital signature Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060214/f75c5648/signature.bi...
2004 May 23
0
ztdummy - how to test?
...modified ztdummy to work under 2.6 (basically ditched all the uhci stuff and added a kernel timer instead). How do I test my changes are doing anything useful? zttest gives: --- Results after 14 passes --- Best: 99.975586 -- Worst: 99.975586 Is that good/bad/terrible...? Tony -- Te audire no possum. Musa sapientum fixa est in aure. Tony Hoyle <tmh@nodomain.org> Key ID: 104D/4F4B6917 2003-09-13 Fingerprint: 063C AFB4 3026 F724 0AA2 02B8 E547 470E 4F4B 6917
2004 May 26
1
ztdummy with kernel 2.6
ztdummy successfully compiles under kernel 2.6, but when I load it I get ztdummy: Unknown symbol fill_td ztdummy: Unknown symbol insert_td_horizontal ztdummy: Unknown symbol uhci_devices ztdummy: Unknown symbol uhci_interrupt ztdummy: Unknown symbol alloc_td ztdummy: Unknown symbol unlink_td ztdummy: Unknown symbol delete_desc I had a quick look at the source, and it looks like these function
2003 Jun 06
0
Samba Locks Location
...pidfile_create(93) ERROR: can't open /usr/local/samba/var/locks/smbd.pid: Error was No such file or directory Do I need another directive in the smb.conf to tell samba where the smbd.pid file is. Otherwise why is it not picking up the lock directory as specified. Thanks, Brett Hales bhales@possum.homelinux.org
2007 Jan 11
2
tinc-vpn.org website
I have tried to access the tinc-vpn.org website from multiple internet connections for the past couple of days with no luck. Anything going on?
2006 Feb 09
4
New user: Custom probability distribution
...hy I'm telling you this. Well, it's because if I were in your shoes, I'd think "Oh, someone wants me to solve his homework.". I have already solved it using MiniTab, but I want to be able to use R instead (since I prefer NetBSD). -- Kind Regards, Jan Danielsson Te audire non possum. Musa sapientum fixa est in aure. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 187 bytes Desc: OpenPGP digital signature Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060209/e59910e7/signature.bi...
2004 Feb 16
1
Tinc not starting but not complaining either
.../usr/sbin/sshd 322 ? S 0:07 /usr/sbin/sshd 323 pts/0 S 0:00 -bash 5806 pts/0 S 0:00 -su 5880 pts/0 R 0:00 ps ax # tincd -n silmuvpn -D -d5 # --clip--clip--clip--clip--clip--cilp--clip--clip--clip--clip-- -- Jussi Paju - luoja, creator - :: Te audire no possum. Musa sapientum fixa est in aure. :: I can't hear you. I have a banana in my ear. Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/