Displaying 20 results from an estimated 47 matches for "catagories".
2012 Jan 13
2
function to replace values doesn't work on vectors
I've got a numeric vector with values ranging from 1 to 5, I would like to
catagorize these values like this:
1 becomes catagory 1
3 becomes catagory 3
And everything else in catagory 2. The simple function I wrote beneath works
for single numeric data, but for some reason I am unable to feed it vectors.
Any help would be appreciated, as I'm fairly new to R.
--
View this message in
2006 Mar 29
4
HELP: Rails / Ajax with 3 Drop down lists (see code)
Hi All,
I have successfully implemented a two tier drop down lost with rails.
However I''m stumped on how to make a third tier. For example: The form
has three select lists; Catagory, Subcatagory and Make
User Experience Desired:
1. On page load a Catagory Select List shows a list of Catagories from
the database. example:
Portable Electronincs
Laptops
etc.
2. Upon select of Catagory (above) subcatagory select list is updated
<assuming Portable Electronincs selected above the result maybe>
Digital Camera
MP3 Player
etc..
3. Upon select of Subcatagory (above) Make select list is u...
2002 May 09
4
Samba wins eWeek and PC Magazine "Innovation in Infrastructure" (i3) award for best Enterprise Software !
Hi all,
I was in Las Vegas yesterday accepting an award from eWeek and
PC Magazine on behalf of Samba for the Innovation in Infrastructure Award
in the "Enterprise Software" catagory !
The award was sepcifically for Samba 2.2.2, and we beat out Sun Microsystems
Java 2 Platform Standard Edition Version 1.4 and Bea Systems WebLogic Server 7.0
for the award, so I'm stunned that we
2002 May 09
4
Samba wins eWeek and PC Magazine "Innovation in Infrastructure" (i3) award for best Enterprise Software !
Hi all,
I was in Las Vegas yesterday accepting an award from eWeek and
PC Magazine on behalf of Samba for the Innovation in Infrastructure Award
in the "Enterprise Software" catagory !
The award was sepcifically for Samba 2.2.2, and we beat out Sun Microsystems
Java 2 Platform Standard Edition Version 1.4 and Bea Systems WebLogic Server 7.0
for the award, so I'm stunned that we
2005 Feb 18
3
Barplot - Can't figure it out
Hi,
I have two catagorical vectors like this;
x = c(1, 2, 4, 2, 1)
y = c(2, 4, 2 ,4, 1)
I want to set up a barplot with the catagories 1-4 horizontally and
number of occurances vertically for each vector x,y. I've tried
boxplot(table(x,y), beside=T)
and
boxplot(c(x,y), beside=T)
among others, but can't get it to work...Any ideas? I'd apppreciate any help
2012 Jan 13
1
Nabble? Was Re: function to replace values doesn't work on vectors
Interesting: The email I received through the R-help list didn't have
all the information that was apparently there:
On Fri, Jan 13, 2012 at 11:32 AM, Berend Hasselman <bhh at xs4all.nl> wrote:
>
> WoutH wrote
>>
>> I've got a numeric vector with values ranging from 1 to 5, I would like to
>> catagorize these values like this:
>>
>> 1 becomes
2007 Apr 24
2
problem in tapply command
hello
when I entered following command, I got NA values for some catagories.
> tapply(slp_jeo2$slp,slp_jeo2$jeo,mean )
999 Ca Cka DCy Jh JKi Kk
14.06665 NA 14.60445 NA NA NA NA NA
KTa KTac Ku Kua Kus Ky Kyk ODe
NA NA NA NA...
2006 May 11
3
Find By ID
Hi folks,
Newbie with ruby on rails but very excited by the features provided by
the framework ;)
Suppose I''ve got a table ''Company'' and a table ''Category'' Company
belongs to a category but I will retrieve the Catagory in the Company
list?
It seems that I don''t have the basic ruby wau of thinking to get this
easily.
Can someone help?
2007 Dec 06
3
Please help me rate vnc, rdesktop, and freenx
I have been dragging my feet on remote display, and have just gotten VNC
going to have SOMETHING to move off the start line. But I need the
'best' for different situations, so I want to rate them.
1 to 3 where 1 is the 'best' for the catagory and 3 the loser.
VNC RDESKTOP FREENX
Server memory
Server cpu
client memory
client cpu
bandwidth
2018 Mar 19
2
[gsoc2018] Where's the source for clang-doc
Hi
I'm interested in working on clang as a gsoc project. It's under the
catagory "Clang Tools Extra"
[here](http://llvm.org/OpenProjects.html#doc-html-generator), but I
can't seem to find it's source anywhere. Not even at the llvm site
[documentation](https://clang.llvm.org/extra/clang-doc.html). It isn't
on github and google is no help either in this case. Does
2006 Jul 01
1
Uh oh, Error solving...
undefined method `stringify_keys'' for [["Craved"], ["Whole Sale"]]:Array
I did this earler in the script how come now it''s yealling?
<% catas = Category.find(:all, :order=> "name").map {|u| [u.name]} -%>
<p><label for="item_cata">Catagory:</label><br/>
<%= select ''item'',
2004 Aug 06
1
Oddcast not working with WinAmp 5.01
I recently reformatted & reinstalled Windows98. Oddly, only now after a
fresh re-install has Oddcast been behaving badly with WinAmp 5.01.
It shows up in the DSP catagory as a mirror of the previous plugin, plus
"[dsp_oddcast_v2.dll]". I know Oddcast isn't configurable by the WinAmp
Configure Plugin button, but it shouldn't give this message when I try:
2005 Aug 30
2
Wiki - where to add user documentation?
Hi
I would like to add some documentation to the xensource wiki.
In particular I would like to add some notes on setting up
firewalling on a Xen machine using a SuSE 9.3 dom0.
(this is the Distribution I am familiar with)
I can''t see an appropriate place linked off the front page
to add this stuff. Also I can''t edit the front page itself
to add a new catagory because it is
2007 Aug 13
1
Matlab 2007a and C5 out-of-box broken
I had to reinstall C5 64-bit out-of-box on two machines. Before the
reinstall, Matlab 2007a 64-bit worked fine. Now, I get "failed to start
the desktop; failure loading desktop class". matlab -nojvm works fine.
The reinstall was not an upgrade.
I tested on two identical systems - one before I installed the NVIDIA
drivers, and one after. No difference.
I installed jre and jdk
2006 Apr 20
4
Many to Many Category structure with itself
Basically, I''m trying to have a table called "categories" have a many to
many relationship with itself. But I also want each catagory to be able
to be "copied" into another category so it is essentially a child
category to more than one parent. To me the obvious way of doing this is
by creating another table called category_maps (and a model called
CategoryMap).
2018 Mar 19
0
[gsoc2018] Where's the source for clang-doc
On Mon, Mar 19, 2018 at 2:16 PM, Saga _-_ via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi
Hi.
> I'm interested in working on clang as a gsoc project. It's under the
> catagory "Clang Tools Extra"
> [here](http://llvm.org/OpenProjects.html#doc-html-generator), but I
> can't seem to find it's source anywhere. Not even at the llvm site
>
2006 Jul 08
1
denominator degrees of freedom and F-values in nlme
Hello,
I am struggling to understand how denominator degrees of freedom and
subsequent significance testing based upon them works in nlme models.
I have a data set of 736 measurements (weight), taken within 3
different age groups, on 497 individuals who fall into two
morphological catagories (horn types).
My model is: Y ~ weight + horn type / age group, random=~1|individual
I am modeling this using glmm.PQL function with family=neg.bin
(negative binomial distribution, estimating theta based upon a glm
without individual as a random effect). My data set will not be
balanced, with...
2004 Aug 06
1
Oddcast not working with WinAmp 5.01
> >It shows up in the DSP catagory as a mirror of the previous plugin, plus
> >\"[dsp_oddcast_v2.dll]\". I know Oddcast isn\'t configurable by the
>WinAmp
> >Configure Plugin button, but it shouldn\'t give this message when I try:
> >http://www.geocities.com/dj_moguta/oddcast_error.png (Geocities being
> >Geocities, you must copy/paste that into
2003 Sep 12
2
[LLVMdev] LLVM for dynamic languages
How suitable do the developers think that LLVM would be as a code-generator
for a dynamically typed langage? Would the lack of static type information
make the traditional code optimizations performed by LLVM relatively
ineffective?
Sincerely,
Rayiner Hashem
2005 Jul 25
2
acts_as_tree and traversing parent/child relationships
I am working on an Rails application that uses a pretty complex
category structure through out the site. I have defined a table to
house all the info and a FK to reference parents within the table
CREATE TABLE categories (
id int(11) NOT NULL auto_increment,
name varchar(50) NOT NULL,
parent_id int(11) default NULL,
constraint fk_category_id foreign key (category_id) references