search for: kitty

Displaying 20 results from an estimated 43 matches for "kitty".

Did you mean: nitty
2010 Mar 04
2
fisher.test gives p>1
...ode to return an error when it finds a "nonsensical" probability, of course a value of p>1 can cause havoc. Example: > junk<-data.frame(score=c(rep(0,14), rep(1,29), rep(2, 16))) > junk<-rbind(junk, junk) > junk$group<-c(rep("DOG", nrow(junk)/2), rep("kitty", nrow(junk)/2)) > table(junk$score, junk$group) DOG kitty 0 14 14 1 29 29 2 16 16 > dput(fisher.test(junk$score, junk$group)$p.value) 1.00000000000012 > > dput(fisher.test(junk$score, junk$group, simulate.p.value=TRUE)$p.value) 1 In this particular cas...
2001 Sep 10
1
Help with exporting keys
...--------------------------- samba> ssh-keygen -i -f ~/.ssh2/id_dsa_1024_b unsupported cipher 3des-cbc decode blob failed. Anybody know why this export is failing ? Any workarounds for this ? I am generating the SSH keys on Solaris and Tru64. I am trying the export with OpenSSH on Linux/i686. -kitty. -- Krishnakumar B <kitty at cs dot wustl dot edu> Distributed Object Computing Laboratory, Washington University in St.Louis
2007 Nov 02
2
zaptel.conf missing
Hi all I have installed zaptel on debian and missing file zaptel.conf in /etc/zaptel.conf .my system don't have card TDM please advice what the missing. thanks, kitti
2014 Sep 12
3
ntpd in VM
I was taught in kitty school that running a ntp server in a vm was a bad idea. Is that still the case?
1998 Dec 07
1
[Trouble #6512] Samba shares not accessible
...ied ig_proj path in smb.conf (w RCS), same error. Removed riker/e entry in smb.conf, same error. The file is currently where it was prior to any mods this past week, but that still does not address any possible conflicts with the Solaris 2.5.1 Hardware Upgrade. TIA for any help you can provide. Kitty --Kitty Ferguson System Administrator - CSMT ferguson@hao.ucar.edu NCAR - High Altitude Observatory tel: (303)497-1556 P.O. Box 3000 fax: (303)497-1589 Boulder, CO 80307-3000
2008 Nov 17
1
Levelplot + Mosaic Plot hybrid?
Hi. I have built a levelplot with 3 variables, X, Y, and Z where X and Y are the two axes and Z represents the intensity (i.e. Z~X*Y). Now I want to adjust the size of the grid (like a mosaic plot) where the size of each grid is weighted by a variable, W. Just wonder how can I do that with levelplot? I tried exploring mosaic plot. How can I manipulate the "col" option to make it
2011 Apr 04
1
Deriving formula with deriv
...ror in deriv.default(express) : element 2 is empty; the part of the args list of '.Internal' being evaluated was: (expr, namevec, function.arg, tag, hessian) #### Why is this not working and how do I get the second derivative? Thank you for reading my post, all help is appreciated, Kitty [[alternative HTML version deleted]]
2011 Jul 26
2
Plotting problems directional or rose plots
Hi, I'm trying to get a plot that looks somewhat like the attached image (sketched in word). I think I need somthing called a rose diagram? but I can't get it to do what I want. I'm happy to use any library. Essentially, I want a circle with degree slices every 10 degrees with 0 at the top representing north, and 'tick marks' around the outside in 10 degree increments to
2005 Feb 13
6
Who makes these phones?
...Non-Commercial Discussion" <asterisk-users@lists.digium.com> Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original http://www.broadbandphone.com.au/global/pnp.htm they are called a "Kitty Ethernet Phone", seem to be available in 3 or 4 models but with identical Guts. The only info I have found on them is Gateway Technologies, supposedly the Chinese manufacturer website... http://www.ipgw.net/EN/index.htm I bought one off a guy who is flogging them in Au for about $90 each....
2005 Nov 16
1
Improper listening on IMAPS
I want Dovecot handling IMAPS. /etc/dovecot.conf: protocols = imaps imaps_listen = * ssl_disable = no ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem The problem is that Dovecot is not listening on 993 port, or there's something listening on 993, but it does not introduce itself. There's no problem if Dovecot listens on 143 (IMAP). When
2011 Mar 10
1
vegan CCA I am Completely new to ordination analyses
...I have attached a sample of my data (volume and bioclimate data for around 100 of my sites) and the code I used is below. Does the output look right? why am I getting a 0 output? Is there something wrong with my data, data format, r code etc? All help is greatly appreciated, Thank you in advance, Kitty ######################################################## #R code data<-read.table("y:directory\\sample.data",header=T) names(data) attach(data) library(vegan) # I multiplied up the volume because I thought that the issue may have been the fact that I had x.x numbers but I still got t...
2011 Mar 02
1
How to extrapolate a model
...ght line the formula would be y= 'a+b*c' for my multiple model I would expect somthing more complex because the model is not linear (its a bit like a GAM) but given I can plot the model using # f<-fitted(model) #lines(f) there must be a formula that I can extract Thank you for your time Kitty [[alternative HTML version deleted]]
2008 Sep 16
1
are these the same?
Dear members, I was trying to simulate W which is iid and depends on X and Y. Here are 2 methods: Method 1: x<-rnorm(100) y<-rnorm(100) w<-rnorm(100, 2x+y,1) Method 2: x<-rnorm(100) y<-rnorm(100) w<-2x+y+rnorm(100,0,1) Are these methods comparable? Since x and y are vectors, the term 2x+y would return a vector. It seems that, given Method 1, each element of W would
2009 Jan 10
1
Plot link points
Hi. This may be a straight-forward question... I have a time series from 1950 to 2000 (by year) with missing values. Sometimes only a year has value and the adjacent years have missing data, e.g. 1950 2.7 1951 1952 1953 3.4 1954 1955 1956 2.9 1957 3.6 1958 2.7 When I use plot (type='l'), the line can't connect the 'stand-alone' years. Is there a way I have have R to skip
2011 Nov 16
1
Theil decomposition
I came across the package 'ineq' that computes a variety of inequality measures (e.g. gini, theil etc). I want to compute the Theil index (racial segregation) and decompose the total into sub-components (by geog levels). I think the package doesn't report the decomposition (correct me if I'm wrong). Just wonder is that available elsewhere? K.
1997 Dec 08
0
Remote printer access
...Printer root Disk Home Directories NOTE: There were share names longer than 8 chars. On older clients these may not be accessible or may give browsing errors Once it is recognized, we plan to install the drivers for hq_color_fl2 on each PC. Any advice will be welcome. Kitty --Kitty Weaver System Administrator - CSMT kweaver@hao.ucar.edu NCAR - High Altitude Observatory tel: (303)497-1556 P.O. Box 3000 fax: (303)497-1589 Boulder, CO 80307-3000
2007 Jun 02
2
spatial simulation
Dear R-users, I'm trying to do some spatial simulation. I have two covariates, Z and C. I want to examine their relationship under different spatial distribution. I have no problem simulating completely spatial random process but I'm totally stuck on poisson (cluster) pattern. I already have a dataset with Z and C (obs=575) and I know the relationship between them. Using these 575
2007 Dec 17
2
Dual Core vs Quad Core
Dear R-users, I use R to run spatial stuff and it takes up a lot of ram. Runs can take hours or days. I am thinking of getting a new desktop. Can R take advantage of the dual-core system? I have a dual-core computer at work. But it seems that right now R is using only one processor. The new computers feature quad core with 3GB of RAM. Can R take advantage of the 4 chips? Or am I better off
2010 Jun 02
1
[Possible bug] Invalid Switching on fallover?
...steners still hear music from /EDH.mp3 and did not move to /dj1.mp3. This seams to be a case of a fallback override moving the users to the first available stream that fell back to that stream, not to the one that sent them. "Can I burn softly, a silent ember?" Quu Patrick Bohnet Demon Kitty Productions OtakuVideo
2008 Mar 24
1
g729 license for debian etch
Hi all, I have install G729 license to asterisk 1.4.18 and use distro debian etch 4r2. It'snot complete. when i use ldd commant to show the library it show "/usr/lib/aserisk/modules/codec_g729a.so: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by /usr/lib/asterisk/modules/codec_g729a.so) when i check the GLIBC version on debian it is glibc-2.3.6 please advice me