Displaying 20 results from an estimated 110 matches similar to: "reading data"
2013 Feb 28
11
new question
Hi,
directory<- "/home/arunksa111/data.new"
#first function
filelist<-function(directory,number,list1){
setwd(directory)
filelist1<-dir(directory)
direct<-dir(directory,pattern = paste("MSMS_",number,"PepInfo.txt",sep=""), full.names = FALSE, recursive = TRUE)
list1<-lapply(direct, function(x) read.table(x,header=TRUE, sep =
2013 Mar 06
12
if dentro de for
Buenas,
Me encuentro con el mismo problema, de que me dice que el argumento del if
no es un "valor ausente donde TRUE/FALSE es necesario"
Este es mi codigo de pruebas.
readseq <- "aaaaaaaaaaa", "aaa", "aa")
auxiliar <- count(readseq[j],i+2)
aux_a <- auxiliar["listaa"]
if(aux_a > 0){
matrizgraf3[i][k] = matrizgraf3[i][k] + 1
listaa
2013 Jul 10
1
Kruskal.test
Hi,
Please dput() your example dataset.
dat1<- read.table(text="a?? a?? a?? a??? a??? b?? b??? b??? c??? c?? c??? c
2? 4??? 5?? 2??? 7??? 2?? 2??? 6??? 3??? 7?? 9??? 3
3? 3?? 4?? 1???? 6??? 8?? 1??? 3??? 5??? 2??? 6??? 3",sep="",header=FALSE,stringsAsFactors=FALSE)
library(reshape)
?dat2<-melt(as.data.frame(t(dat1)),id.var="V1")[,-2]
2012 Feb 21
4
V4 - New Install - Missing Zone File
Hello List,
I am trying to compile and install Samba 4 using the wiki guide on Centos 6.2. I am currently using the current source from git. It seems that the zone file used for Bind is not configured and not installed in the private directory.
Is there any way to get this file generated so I can finish my install?
Thank you for your time and have a great day!!
Kind regards,
Jeremy
2016 Jan 20
2
Bug#810964: [BUG] EDAC infomation partially missing
Initially reported to debian
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810964), redirected here:
With AMD Opteron 6xxx processors, half of the memory controllers are
missing from /sys/devices/system/edac/mc
Checked with single 6120 (dual memory controller) and twin 6344 (2x dual
MC), other dual-module CPUs might be affected too.
Booting plain Linux (3.2, 3.16, 4.1, 4.3), all memory
2008 Jan 03
1
help with combining matrix and list into dataframe
Problem#################################################################
I am having a problem combining a matrix and elements of a list into one data
frame.
Data####################################################################
The matrix is ludwig.results and dim of matrix is 213,8.
The list is called symbols and its length is 213.
Following is an example the structure of my matrix
2013 Mar 05
0
chisq.test
If you wanted to do a t.test
res1<-do.call(cbind,lapply(seq_len(nrow(m)),function(i) do.call(rbind,lapply(split(rbind(m[i,-1],n),1:nrow(rbind(m[i,-1],n))), function(x) {x1<- rbind(x,m[i,-1]); t.test(x1[1,],x1[2,])$p.value}))))
?res2<-do.call(cbind,lapply(seq_len(ncol(res1)),function(i) c(c(tail(res1[seq(1,i,1),i],-1),1),res1[-c(1:i),i])))
?attr(res2,"dimnames")<-NULL
?res2
2009 Mar 05
1
verbose_proctitle doesn't work?
How is verbose_proctitle supposed to work? I set it in the
config but I don't see anything particularly verbose while
the mailbox is connected. This is while the connection is
open, immediately after deleting a message, before closing
the connection. Same for IMAP and POP tests.
# `ps axu | grep dove`
# root 20392 0.0 0.0 1888 540 ? Ss 12:45 0:00 /usr/sbin/dovecot
#
2012 Apr 03
5
process_sdp: Multiple audio streams are not supported
Hello folks, I'm running 1.8.11 on a Centos 6 system with an adjacent
Hylafax server using softmodems:
Noticed this in the Asterisk log when trying to send a fax from
Hylafax to Asterisk:
[Apr 3 01:53:09] WARNING[29184]: chan_sip.c:8926 process_sdp:
Multiple audio streams are not supported
I've googled a few asterisk tickets that may suggest that yes,
multiple audio streams are not
2007 May 18
2
PXE booting ASUS NVidia board: odd file not found errors
Hi Everyone,
I'm trying to get an asus motherboard to netboot. It has an
integrated Nvidia boot agent that's supposed to network boot pxe
happily.
I've setup the necessary services and environments in tftpd, however,
the boot agent is running into trouble requesting files from the tftp
server. It always seems to receive File Not Found errors. The
filenames are specified properly
2006 Aug 26
0
DRbFire / ActiveRecord performances
Hi,
I''m using drbfire to send a "DRbUndumped" ActiveRecord object from the server to the client, through an ADSL line of 4Mbits/s download, and 600Kbits/s upload. I was afraid there would be too many round-trips between the client and the server, and unfortunately this is true:
Server code:
------------
#!/usr/local/bin/ruby
require ''rubygems''
require
2017 Apr 05
2
[Bug 12732] hard links can cause rsync to block or to silently skip files
just subscribed for rsync-qa from bugzilla via rsync wrote:
> Probably using different options? Can this be some sort of Heisenbug,
> nobody can reproduce? Do the two sequences of shell commands work for
> you as expected? Please note that both rsync commands in the mail
> generated by bugzilla are split into two lines (each): Both rsync
> commands should read
>
---
Actually,
2007 Jan 06
2
negative binomial family glm R and STATA
Dear Lister,
I am facing a strange problem fitting a GLM of the negative binomial
family. Actually, I tried to estimate theta (the scale parameter)
through glm.nb from MASS and could get convergence only relaxing the
convergence tolerance to 1e-3. With warning messages:
glm1<-glm.nb(nbcas~.,data=zonesdb4,control=glm.control(epsilon = 1e-3))
There were 25 warnings (use warnings() to see
2017 Apr 04
5
[Bug 12732] New: hard links can cause rsync to block or to silently skip files
https://bugzilla.samba.org/show_bug.cgi?id=12732
Bug ID: 12732
Summary: hard links can cause rsync to block or to silently
skip files
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee:
2014 Nov 19
2
Bug#770230: CVE-2014-5146 CVE-2014-5149 CVE-2014-8594 CVE-2014-8595
Source: xen
Severity: grave
Tags: security
Hi,
the following security issues apply to Xen in jessie:
CVE-2014-5146,CVE-2014-5149:
https://marc.info/?l=oss-security&m=140784877111813&w=2
CVE-2014-8594:
https://marc.info/?l=oss-security&m=141631359901060&w=2
CVE-2014-8595:
https://marc.info/?l=oss-security&m=141631352601020&w=2
Cheers,
Moritz
2014 Nov 21
0
Bug#770230: CVE-2014-5146 CVE-2014-5149 CVE-2014-8594 CVE-2014-8595
On Wed, Nov 19, 2014 at 11:45:02PM +0100, Moritz Muehlenhoff wrote:
> Source: xen
> Severity: grave
> Tags: security
>
> Hi,
> the following security issues apply to Xen in jessie:
>
> CVE-2014-5146,CVE-2014-5149:
> https://marc.info/?l=oss-security&m=140784877111813&w=2
>
> CVE-2014-8594:
>
2008 Oct 26
3
Undefined method f_title
Hi,
This is my migration:
class CreateSampleForms < ActiveRecord::Migration
def self.add_data
SampleForm.create(:name => ''Default (Empty)'', :f_type => ''Default
(Empty)'', :description => ''Use this template to create a blank form.'')
end
def self.up
create_table :sample_forms do |t|
t.string :name, :null =>
2007 Jun 15
1
valid/invalid users not working with samba & windows 2003 AD
Hi.
the samba server is client in a windows 2003 AD managed domain.
Got a samba share like this:
[Praktikanten]
comment = Praktikanten
path = /data/Praktikanten
read only = No
browseable = Yes
create mask = 0664
directory mask = 0775
force group = +praktikanten
Lets take some users:
user1 is in group praktikanten.
user2 is in group
2004 Nov 19
1
Problem calling rsync from java on OSX
rsync and ajug lists,
been pulling my hair out on this one.
i have some java code which uses the Process object to spawn an rsync
connection in --daemon mode.
the exact same command executes properly when run from outside java (i.e
.on the command line) on osx. it also executes correctly from within
java on linux using a similar jdk (sun 1.4.1 vs sun 1.4.2 for osx)
here is example code:
2004 Nov 19
0
[AustinJUG] Problem calling rsync from java on OSX
yeah, i tried that already.
specifcially, mine was:
/*
String cmd[] = new String[5];
cmd[0] = "/usr/local/bin/rsync";
cmd[1] = "--daemon";
cmd[2] = "--config=/Users/dlippolt/.azerup/rsyncd.conf";
cmd[3] = "--address=127.0.0.1";
cmd[4] = "--port=2873";
*/
as an aside, i dont have my head fully wrapped around the real