Displaying 13 results from an estimated 13 matches similar to: "Filling in empty arrays/lists from using "paste" function"
2011 Jan 20
4
How to reshape wide format data.frame to long format?
Dear list,
I need to convert this data.frame
> names(codesM)
[1] "key" "AMR.pa1.M" "AMR.pa2.M" "AMR.pa3.M" "AMR.pa4.M"
[6] "AMR.pa5.M" "AMR.pa6.M" "AMR.pa7.M" "AMR.pa8.M" "AMR.pa9.M"
[11] "AMR.pa10.M" "AMR.ta1.M" "AMR.ta2.M" "AMR.ta3.M"
2008 Feb 08
1
reshape question
I know there are a lot of reshape questions on the mailing list, but I
haven't been able to find an answer to this particular issue.
I am trying to get a datafame structured like this:
> sub <- rep(1:5)
> ta1 <- rep(1,5)
> ta2 <- rep(2,5)
> tb1<- rep(3,5)
> tb2 <- rep(4,5)
> DF <- data.frame(sub,ta1,ta2,tb1,tb2)
> DF
sub ta1 ta2 tb1 tb2
1
2006 Oct 23
2
getting the by() function to work properly
Hola everyone,
Solving this issue would be a huge time saver for analyzing my thesis data, so I'll try to be as concise as possible and hope that someone can give me a hand.
I am trying to run a function that I created, which works fine until I try to use it with the by function. That function is listed at the bottom (f3) just in case that might be the issue. Essentially I have compiled a
2018 Mar 05
2
virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
[This email is either empty or too large to be displayed at this time]
2013 Dec 08
1
Password syncing
Hi all,
Does anyone have a working password syncing setup (where changing the password in Windows will change the unix password) with Samba 3.6?
Thanks.
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766
2009 Nov 09
1
multiple tests: t-statistic for vectors in 4-dimensional array
Hi everyone,
I created a four dimensional vector (dim (128,128,1,8)). This third
dimension is necessary for another function somewhere. Now I'd like to
perform a t-test on every vector of length 8 in my array on the fourth
dimension.
I'd like to obtain a new array of three dimensions with dimensions
128x128x1 with all these test statistics.
I tried this with a double loop:
A <-
2015 Mar 06
0
[klibc:master] add-mips64-support-headers
Commit-ID: 493f9a99220aed4eb7c6e3dd9018c037d45b13e2
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=493f9a99220aed4eb7c6e3dd9018c037d45b13e2
Author: Dejan Latinovic <Dejan.Latinovic at imgtec.com>
AuthorDate: Thu, 5 Mar 2015 16:51:44 -0800
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Thu, 5 Mar 2015 16:51:44 -0800
add-mips64-support-headers
2018 Mar 06
3
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
Hello, Richard.
> -----Original Message-----
> From: Richard W.M. Jones [mailto:rjones@redhat.com]
> Sent: Monday, March 5, 2018 8:42 PM
> To: Зиновик Игорь Анатольевич <ZinovikIA@nspk.ru>
> Cc: libguestfs@redhat.com
> Subject: Re: [Libguestfs] virt-v2v 1.38 fails to convert .vmx VM: setfiles ...
> Multiple same specifications for /.*.
>
> On Mon, Mar 05, 2018 at
2002 Jun 21
0
user mapping
I was wondering if it would be possible to keep a user/uid <-> file map so
that root access wouldn't be necessary to store the files and retrieve them
with the correct original usernames (or uids), specifying a filename on the
command line as something like .rsyncuidmap.
Or even a file system stored in a file that could be "mounted" by rsync and
written any uid/gid etc that
2013 Dec 12
0
Group policy modelling wizard - can I help at all?
Hi All,
I?ve just been looking at getting Group Policy working - and as has already been discussed on this list:
http://marc.info/?l=samba-technical&m=126750502020784&w=2
I can confirm the same error against 4.1.2.
The error message in an English version of Windows 7 is:
?The domain controller you have selected does not have the RSoP planning mode functionality available. Please
2013 Nov 04
1
Access denied when associating a driver with a printer
Hi,
I'm trying to get point & print working against a 4.0.10 Samba server (using the sernet packages if that's relevant).
I have the printer itself setup and I've uploaded the driver, but associating the uploaded driver with the printer causes Windows to give an error: "Printer settings could not be saved. Access is denied".
I'm seeing the same symptoms on XP and
2010 Nov 08
0
MWI SUBSCRIBE Settings
Hello list members,
We're trying to get MWI notifications on our ATA device and we set it to
send SUBSCRIBE messages to Asterisk, but it gets UNAUTHORIZED messages,
despite the fact that we set the following lines in its settings in
sip.conf:
subscribemwi=yes
mailbox=21 at from-extensions
We need help in understanding how this works and what we are doing wrong.
This is the SIP debug
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking