similar to: covariance

Displaying 20 results from an estimated 130 matches similar to: "covariance"

2009 May 31
2
renaming column names
I am trying to rename the column names of a data frame called "data". It has 177 columns. I have used : colnames(data) <- a where a is a vector with 177 character names. I don''t get any error message, but the column names don''t change because when I then type : colnames(data) I get the same set of names as before, so the assignment doesnt seem to have
2010 Jul 26
3
Vmware to KVM - possible?
Is it possible to convert a VMWare image to KVM? As I have been building a few test machines on Vmware Fusion and would like to migrate some to a KVM server. Thanks in advance. Matt Keating Linux System Admin ? Dennis Interactive 30 Cleveland St, London, W1T 4JD Tel: 020 7907 6823 (direct line)? Fax: 020 7907 6600 (fax)? P Please consider the environment before printing this e-mail NOTE: The
2012 Jan 17
1
Error with winbind following Windows updates
Hi. We've just installed Windows updates on our Windows 2003 Domain Controllers, and have the following issues on our storage server, which is running Debian stable 2:3.5.6~dfsg-3squeeze5 Jan 17 10:27:51 xxx smbd[2426]: [2012/01/17 10:27:51.286853, 0] lib/util_sock.c:680(write_data) Jan 17 10:27:51 xxx smbd[2426]: [2012/01/17 10:27:51.286915, 0]
2001 Nov 28
1
problems with the serial port
Hello all, I know there have been some posts on this topic before, but I am very new to this, so I had some trouble decifering exactly what I have to do to get this working. I am trying to get a program which accesses the serial port to receive data from a 3 degree of freedom tracking device to work under linux. The GUI loads just fine, but then I get an error from the program (not WINE) that
2010 Apr 14
1
SVN server update
Dear all, i have SVN server 1.4.x working on production. i want to go ahead and update to 1.6.x i'm hoping your experience would help me prevent possible downtime.. is there any issues that may arise from updating the SVN server from one version to another on a production server? _________________________________________________________________ Hotmail: Free, trusted and rich
2012 Jan 17
3
Rejecting auth request from client xxx machine account, win7,
Hi All, I have a strange problem with my SAMBA server as PDC. I have some win7 machines joined to my domain but when I try to access some folders on the server I get messages like these: Authentication for user [machine$] -> [machine$] FAILED with error NT_STATUS_WRONG_PASSWORD [2012/01/17 11:34:52, 0] rpc_server/srv_netlog_nt.c:_netr_ServerAuthenticate2(555) _netr_ServerAuthenticate2:
2012 Aug 15
5
Extract lines from text file
Hi, I'm looking for a command to extract lines from a large text file, a password file. A typical user has a username made from a letter followed by their id-number. m9718508:pw:9301:840: Lynch :/home/pgstud/m9718508:/bin/bash So for instance if I need to extract lines where; the 1st field, the username begins with an m and the 4th field, the group contains exactly 850 cat passwdfile |
2007 Sep 12
1
reshape help
Hi, I'm trying to use reshape but I cannot quite understand how it works. Could somebody help me on this? Example, my data is something like: mydat <- data.frame(tree= 1:10, serra=rep(1:2, c(5,5)), bt01= 101:110, bt02= 201:210, bt03= 301:310, mm01= 9101:9110, mm02= 9201:9210, mm03= 9301:9310) > mydat tree serra bt01 bt02 bt03 mm01 mm02 mm03 1 1 1 101 201 301 9101 9201
2009 May 06
3
NTFS Attributes
Hi There, Debian squeeze, samba 3.3.3-1 I am currently trying to use a samba partition to backup windows machines to, and am always warned that the destination does not support NTFS attributes, hidden attributes and system attributes. Are there any config options to enable these in samba? or does samba not support mapping these to something on the linux side? Any help or links to documentation
2011 Jun 22
3
IPv6 with Bridge Modus
Hi guys! Can i use a IPv6 adress at XEN 4.0.1 of Debain 6? In my cfg I use this setting: vif = [ ''ip=85.10.210.154 46.4.44.162 2a01:4f8:130:9301::3'' ] But i get the error message: Error: Device 0 (vif) could not be connected. /etc/xen/scripts/vif-route failed; error detected. Best regards, Stefan _______________________________________________ Xen-users
2007 Jan 29
3
Problem runing Samba 3.0.23d with LDAP on FreeBSD 6.2 sparc64
Hi I want to run a Samba PDC with LDAP backend on a FreeBSD 6.2 for Sparc64. And off course, if I send this mail, it is not working ! :-( I have this error message when using smbclient on the PDC itself. The command line is: smbclient -L janus -Uadministrator%toto The result is: session setup failed: Call returned zero bytes (EOF) I've tested on 2 differents FreeBSD6.2 Sparc64, I have the
2009 Jun 24
2
Announcement: Howler-optimised G.729A Solution for Asterisk
[ Optimised G.729A 'Howlet' for Asterisk & FreSWITCH ] Howler Technologies are proud to announce today the launch of their fully indemnified and highly optimised G.729A solution for Asterisk, including a unique floating license model. This is the first in a series of products dubbed 'Howlets' that add highly performant transcoding and signal processing modules to open-source
2010 Apr 12
1
Amazon S3FS Automounter of sorts
Hi, I?ve just started using Amazon S3 for storage and have used s3fs to mount the buckets on the file system. 1. I was wondering if anyone has a better method ? even though this meets my current needs. 2. if there is an automounter that could be tweaked to work with s3fs. The entries in my fstab are rather different to the normal disk based ones, s3fs#BUCKETNAME /mnt/s3/BUCKETNAME fuse
2005 Aug 08
1
Help with "non-integer #successes in a binomial glm"
Hi, I had a logit regression, but don't really know how to handle the "Warning message: non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)" problem. I had the same logit regression without weights and it worked out without the warning, but I figured it makes more sense to add the weights. The weights sum up to one. Could anyone give me some hint? Thanks a lot!
2006 Nov 07
1
R freezes with text(...., srt = -1e-8) (PR#9347)
Full_Name: Emmanuel Paradis Version: 2.4.0 OS: Linux Submission from: (NULL) (193.49.41.124) Adding text to a plot makes R freeze if 'srt' is given a very small negative value, eg: plot(1, type = "n") text(1, 1, "some text....", srt = -1e-8) But if 'srt = -1e-6' (or smaller) or 'srt = -1e-19' (or greater), this works. This seems to be OS-dependent:
2006 Jan 03
1
Summary functions to dataframe
I have written a few different summary functions. I want to calculate the statistics by groups and I am having trouble getting the output as a dataframe. I have attached one example with a small dataset that calculates summary stats and percentiles, I have others that calculate upper confidence limits etc. I would like the output to be converted to a dataframe with one of the columns as the
2011 Feb 27
1
[Dahdi 2.4.0] Flash() hangs up
Hello I need Asterisk (1.4.39.2) to simulate a flash hook (ie. hitting the "R" key on European handsets) so I can put a call on hold, dial a second number, and set up a conference call. By default, linux/include/dahdi/kernel.h sets the flashtime to 750ms, which appears to be too long for European telcos, as they seem to expect a line cut of about 100ms. After editing the
2009 Jun 08
2
problem with bulk insert into a *.csv file
Hi all, I am trying to create a "index.csv" with caliculating different types of caliculations . In that i have to caliculate on 10,000 studies and have to insert many no of rows more than 500,000 for that right now I am inserting every row after caliculating and doing data.frame but its taking much time to create that index.csv is there any thing like bulk insert in to file
2006 Oct 17
2
plotting text with very small negative rotation hangs (PR#9301)
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig308510A16A445880F353C5C9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable to trigger the bug: plot(0:1,0:1) text(0.5,0.5,"abc",srt=3D-1e-9) this doesn't happen for positive, small srt, or for negative srt with magnitude greater than about 1e-8 (the example in
2009 Feb 07
0
MS Access 97
(running ubuntu 8.10, wine 1.1.14) I was able to install MS Access 97 by making sure neither the wizards neither the calendar control are chose in the Custom install (there is a known bug related to accwiz.dll). Unfortunately, I'm not able to add controls to a form in design mode. I get two empty error dialog boxes in a row and I get the following in the terminal: Any suggestions? Code: