similar to: help setting up crossed data

Displaying 20 results from an estimated 90 matches similar to: "help setting up crossed data"

2011 Oct 21
2
'Apply' giving me errors
So i have a simple function: bmass=function(y){ weight=y$WT*y$MSTR return(bio) } And want to apply to a whole bunch of rows in my data.frame: final1=apply(final,1,yldbu) BUT...recieve the following error: "Error in y$WT : $ operator is invalid for atomic vectors" However when i try: > final[1,]$WT*final[1,]$MSTR [1] 156.3 It gives me the correct answer....what is apply not
2019 Jan 25
0
[klibc:update-dash] expand: Do not quote backslashes in unquoted parameter expansion
Commit-ID: afc40b4eb057b08d8cc2eebefdf6cac05849e8ae Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=afc40b4eb057b08d8cc2eebefdf6cac05849e8ae Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 28 Mar 2018 18:37:51 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] expand: Do not quote
2020 Mar 28
0
[klibc:update-dash] dash: expand: Do not quote backslashes in unquoted parameter expansion
Commit-ID: 6b0cf885180cfb08f7ec5139e67e581bbba5d6be Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6b0cf885180cfb08f7ec5139e67e581bbba5d6be Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 28 Mar 2018 18:37:51 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: expand: Do not
2020 Mar 28
0
[klibc:update-dash] dash: expand: Merge syntax/quotes in memtodest with flags
Commit-ID: 2f87fa05fd311442068969ce3880961d1e4a98b1 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=2f87fa05fd311442068969ce3880961d1e4a98b1 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 28 May 2018 00:17:39 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: expand: Merge
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
What is the best way to backup my NT 4.0 Server box that is only 8GB to my NEW SAMBA file server that I have added to the domain? Xcopy? Smbclient? Robocopy? DD command in Linux? I found some good info. on Google about Robocopy that is supposed to be great and will paste the information below. Also, can someone SEND me the latest copy of ROBOCOPY VERSION 1.92 please. I have a really old
2011 Feb 07
1
Unusual slowing of R matrix multiplication version 2.12.1 (2010-10-15) vs 2.12.0
R Version 2.12.1 (2010-10-15) vs 2.12.0 has slowed down 8 fold for dual core and 17 fold for dual-core-dual-processor Macs. I have checked this result on 3 different macs using the following R-script: Using Version 2.12.0 on a dual core dual processor Mac: > source("http://www.bio.umass.edu/biology/kunkel/pub/R/CuriousResult.R") matrix multiplication 43.543 1.308 14.788
2008 Jun 03
0
[LLVMdev] signedness of types
On Tue, Jun 3, 2008 at 2:42 AM, ST <st at iss.tu-darmstadt.de> wrote: > Hi > > I currently would like to find out the signedness of a instruction. But > looking at the CBackend, it looks as if it is not that simple? So i have two > questions: > Is there an easier way than guessing as it is done in the CBackend? > Is there a reason for that signedness is not part of the
2012 May 03
1
Error with the 'segmented' package for R
Hi everyone, I have encountered this problem while using 'segmented' plugin for R i386 2.15.0 (for Windows 32bit OS) and I just cannot find neither explanation nor solution for it. I am trying to run this data gpp temp 1.661 5 5.028 10 9.772 15 8.692 20 5.693 25 6.293 30 7.757 5 4.604 10 8.763 15 8.134 20 4.616 25 8.417 30 3.483 5 5.046 10 8.306 15 9.142 20 4.686 25 7.301 30 and with
2011 Mar 15
1
Newbie-ish question on iteratively applying function to dataframe
Hi, I am trying to recursively apply a function to a selection of columns in a dataframe. I've had a look around and from what I have read, I should be using some version of the apply function, but I'm really having some headaches with it. Let me be more specific with an example. Say I have a data frame similar to the following A x y z r1 r2 r3 r4 0.1 0.2 0.1
2018 Feb 18
0
[PATCH 5/7] vga_switcheroo: Use device link for HDA controller
Back in 2013, runtime PM for GPUs with integrated HDA controller was introduced with commits 0d69704ae348 ("gpu/vga_switcheroo: add driver control power feature. (v3)") and 246efa4a072f ("snd/hda: add runtime suspend/resume on optimus support (v4)"). Briefly, the idea was that the HDA controller is forced on and off in unison with the GPU. The original code is mostly still in
2013 Apr 11
2
Read the data from a text file and reshape the data
I have a data set for different time intervals. The data has three comment lines before data for each time interval. For each time interval there are 500 data points. I want to change the dataset such that I have the following format: t1 t2 t3 ................ 0.00208 0.00417 0.00625 ................. a1 a2 a3 ...................
2018 Feb 20
2
[PATCH 5/7] vga_switcheroo: Use device link for HDA controller
On Sun, Feb 18, 2018 at 09:38:32AM +0100, Lukas Wunner wrote: > Back in 2013, runtime PM for GPUs with integrated HDA controller was > introduced with commits 0d69704ae348 ("gpu/vga_switcheroo: add driver > control power feature. (v3)") and 246efa4a072f ("snd/hda: add runtime > suspend/resume on optimus support (v4)"). > > Briefly, the idea was that the HDA
1999 Jun 23
1
Unencypted Passwords problem
I am having difficulties in two areas regarding unencrypted passwords. The first is I added the use Administrator to the unix box, and I can log in from the console, however I cannot log in from a LANMANAGER client. The second thing is that accounts in the unix passwd file that have null passwords can't login to the samba server either. Is there a solution to either of these problems; if
2008 Jun 03
2
[LLVMdev] signedness of types
Hi I currently would like to find out the signedness of a instruction. But looking at the CBackend, it looks as if it is not that simple? So i have two questions: Is there an easier way than guessing as it is done in the CBackend? Is there a reason for that signedness is not part of the instruction type? Best regards ST
2019 Dec 01
0
Workshops of WorldCIST'20 | Deadline: December 6
2008 Jan 31
1
icecast crash (segv)
Hi all, I'm experiencing a systematic crash with icecast2 when I goes in this case (tested with debian 2.3.1-5 2.3.1-6 and latest trunk) When there is more than ~1400 clients connected and a mountpoint that was not relaying goes online it crash. Without this I can go up to 5000 clients without problems. Changing the number of threadpool does'nt change anything. here is the term log:
2019 Nov 21
0
WorldCIST'20 - Budva, Montenegro | Deadline: November 24
2004 May 03
0
Open Source SCGP
Hey, Someone told me an open source SGCP gateway was created for the Asterisk project. I'm looking for a little more information. I have two VG248s that I'd like to attach to my VoIP network; however, Cisco's documentation seems to indicate that Cisco CallManager is required for these things to operate. Cisco CallManager being a 10,000 dollar application, I would like to find
2016 Apr 25
0
Re: Managing VMs across multiple physical hosts
Hi Daniel, mist.io is an open source project and a Saas for managing clouds, servers and KVM hypervisors. The open source version can be found on https://github.com/mistio/mist.io Feel free to open issues on what is missing from an ideal KVM management solution. Regards, Markos On Mon, Apr 25, 2016 at 2:01 AM, Daniel Corbe <dcorbe@hammerfiber.com> wrote: > Hello List, > >
2016 Apr 25
1
Re: Managing VMs across multiple physical hosts
Looks like an interesting project for a number of reasons. Do you guys have a mailing list though? Cos I’ve run into a couple of installation issues that I need assistance resolving. -Daniel > On Apr 25, 2016, at 8:17 AM, Markos Gogoulos <mgogoulos@mist.io> wrote: > > Hi Daniel, > > mist.io is an open source project and a Saas for managing clouds, servers and KVM