similar to: filtering "tags" via checkboxes - HABTM

Displaying 20 results from an estimated 700 matches similar to: "filtering "tags" via checkboxes - HABTM"

2013 Feb 07
4
help with creating new variables using a loop
Hi there, I've got a set of 10 numeric variables called Mood1 to Mood10 in a dataset called mood. I'm trying to create a set of 10 new variables called m1 to m10 so that m1=Mood1*1, m2=Mood2*2, etc to m10=Mood10*10 Trawling through the internet, I eventually tried the following code: for (i in 1:10){ assign(x=paste0("mood$m",i),
2018 May 22
0
How to average values from grid cells with coordinates
Hi Jim, Thanks. It works. I now have more complex problems. If at each blackcell, there are two variables such as pop and mood. For each variable, there are daily records in one year, so 365 records for pop and 365 records for mood. The averaged values for the redcells should be daily records too. What kind of format do you recommend for this problem? Right now, I just get the latitudes and
2012 Dec 19
1
confirming a formula for use with lmer
Hello, I recently began using R and the lme4 package to carry out linear mixed effects analyses. I am interested in the effects of variables 'prime','time', and 'mood' on 'reaction_time' while taking into account the random effect 'subjects.' I've read through documentation on lme4 and came up with the following formula for use with lmer:
2009 Dec 08
6
conditionally merging adjacent rows in a data frame
Hi, I have a data frame and want to merge adjacent rows if some condition is met. There's an obvious solution using a loop but it is prohibitively slow because my data frame is large. Is there an efficient canonical solution for that? > head(d) rt dur tid mood roi x 55 5523 200 4 subj 9 5 56 5523 52 4 subj 7 31 57 5523 209 4 subj 4 9 58 5523 188 4 subj 4 7
2001 Jun 20
1
vorbis tag for general music type?
Hi, I am wondering if vorbis has a standard tag for general music type. I don't mean pop, jazz, etc., but something more in line with describing the mood of the mucic. I am thinking of games which have a soundtrack in vorbis format which could use the user's own repository of .ogg files during gameplay, and use the tag to choose appropriate music for that part of the game. For
2007 Sep 13
4
SSH contribution?
List, Whilst I'm in the mood for contributing stuff, here's another little howto I wrote on securing SSH that has proved popular in the past: http://forums.pcper.com/showthread.php?t=433216 If you feel it is suitable and you would like me to contribute it to the CentOS wiki, just set up a page in the appropriate area and I'll be happy to add it. Regards, Ned
2011 Apr 20
1
Error in dimnames(x) for Poisson EWMA model
I am attempting to run a Poisson EWMA model using Patrick Brandt's source code. I get the following error when I run the code: Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent Dimnames(x) looks like this: [[1]] NULL [[2]] [1] "mip" "div" "nom" "unity" "mood"
2010 Apr 06
1
median of two groups
Dear all, What is the right test to test whether the median of two groups are statistically significant? Is it the wilcox.test, mood.test or the ks.test? In the text book I have got there is explanation for the Wilcoxon (Mann Whitney) test which tests ob the two variable are from the same population and also ks.test! Regards, Cheba [[alternative HTML version deleted]]
2003 Aug 08
3
Killing runaway PBX
How do I stop asterisk when it is in a bad mood? It keeps dialing extensions and won't listen! I tried kill <PID>. No go. I don't want to have to reboot again. Thanks. Jim Friedeck P.S. I love it when my boss looks over my shoulder and I don't have an answer when he says: 'So, what are you doing?'
2018 May 22
2
Samba 4.8.2
Am 2018-05-22 um 14:35 schrieb Rowland Penny via samba: > If everything is working okay, you can stick with 4.7.x , but you can, > if you so wish, upgrade to 4.8.2. Just steer clear of 4.8.0 and 4.8.1 > > It doesn't seem to matter whether you upgrade or join using 4.8.0 and > 4.8.1 , they both seem to cause problems which have been fixed in 4.8.2 We have no real problems with
2010 Jun 25
2
Civ 4 patch help?
Hello. I'm following the instructions on how to install Civ 4 on my Ubuntu system. I've had it working perfectly in the past, but this time I come to a stop every time I try to patch to 1.74. The patch installer doesn't recognise that I have an existing installation of Civ on my system. Sorry to be a pain in the arse, but I can't remember if this happened before and if it did how
2018 May 20
1
How to average values from grid cells with coordinates
Hi lily, It's not too hard to do it using dataframes. Getting the indexing right is usually that hardest part: # these values are the centers of the black cells lat<-rep(28:38,11) lon<-rep(98:108,each=11) pop<-sample(80:200,121) # just use the data.frame function blackcells<-data.frame(lat=lat,lon=lon,pop=pop) plot(0,type="n",xlim=c(97.5,108.5),ylim=c(27.5,38.5),
2007 May 04
2
need more knowledge about asterisk
Hi all, I am working wit a Mandriva 2007 and have installed the asterisk svn 1.4 with success. I also used the patch for cellphones and it works perfectly. I was that happy that I decided to buy a TDM11B and it works. Now, I want to study a bit the code used by this people. Does anybody know how can I go deeper in this code with funcitonal bloqs in order to understand how is possible to
2018 May 22
3
Samba 4.8.2
On 5/22/2018 9:41 AM, Carlos Bordon via samba wrote: > What is the problem of 4.8.0 and 4.8.1? > > 2018-05-22 9:38 GMT-03:00 Stefan G. Weichinger via samba < > samba at lists.samba.org>: > >> Am 2018-05-22 um 14:35 schrieb Rowland Penny via samba: >> >>> If everything is working okay, you can stick with 4.7.x , but you can, >>> if you so wish,
2012 Oct 04
0
[LLVMdev] TableGen: Requesting feedback for "TGContext"
On Oct 3, 2012, at 7:07 PM, Sean Silva <silvas at purdue.edu> wrote: > Hi all, I'm sure that the last thing that you want to think about is > TableGen's guts, but I'm pursuing a course in bringing TableGen up to > snuff with the rest of LLVM. > > Basically, I would like to introduce a "TGContext" class (by analogy > with LLVMContext) to harbor a
2009 Feb 16
1
MiddleMan.new_worker => nil
I''ve been checking out all the async gems and plugins for Rails, and decided to give BackgroundRb a shot. Unfortunately, I''ve not even been able to get past the initial stages. Whenever I call MiddleMan.new_worker, it invariably returns nil. The log file remains empty. I''ve only tried this from the console so far. If I can''t even do this successfully,
2010 Aug 01
0
[LLVMdev] MC-JIT Patches 1/3
Hi Jan, Applied with edits in r109996, thanks! I wasn't happy about the change to add "Target" everywhere -- I just added a local hack in TargetSelect.h to workaround this. We should really change the definition of LLVM_NATIVE_TARGET, but I am not in a configure hacking mood. - Daniel On Wed, Jul 28, 2010 at 10:39 AM, Jan Sjodin <jan_sjodin at yahoo.com> wrote: > I have
2001 Mar 22
1
Diablo 1 (and 2 i guess =)
now i've seen it mentioned a few places that people have gotten Diablo 1 working but i haven't seen any howtos around, what version(s) of wine have any of you got it working with? and could you post your wine.conf for me? thanks, wine's getting better and better everyday (alice runs sweet) also - any info about getting diablo 2 is cool... but i'm in the mood for diablo 1 at
2003 Jun 09
1
OH323 crashing
hi, does anyone have a problem with OH323 crashing with a segmentation fault whenever anything tries to connect to it ??? are the current CVS versions OK? Would like to speak to someone with a bit of OH323 experience, so if u're in a good mood to help, please do :) cheers Dave
2006 Dec 19
1
Seeking ERD/Schema resources
Hi all. I''ve been working diligently through several of the popular tomes on RoR: - AWDWR - Beginning RoR E-Commerce - The Money Train (Benjamin Curtis) I''ve learned lots, however these books cover selling one type of product (i.e. a book). One thing is eluding me: I''m trying to develop a schema for a music store that offers products with options (i.e. Filetype, Length)