search for: clas

Displaying 20 results from an estimated 49 matches for "clas".

Did you mean: class
2009 May 08
1
Merging two data frames with 3 common variables makes duplicated rows
...02:13:02 Thibeault Sylvain H 45 free 8 02:13:49 Martel Stephane H 45 free 9 02:14:03 Lavoie Jean-Philippe H 45 free 10 02:14:05 Boivin Jean-Claude H 45 free Its structure is: > str(tmv) 'data.frame': 239 obs. of 6 variables: $ temps :Class 'times' atomic [1:239] 0.0831 0.0902 0.0919 0.0919 0.0923 ... .. ..- attr(*, "format")= chr "h:m:s" $ nom : Factor w/ 167 levels "Aubut","Audy",..: 45 84 55 105 98 110 158 117 109 22 ... $ prenom: Factor w/ 135 levels "Alain","A...
2003 Sep 19
2
extracting the levels of a subset of data
Hi, > tmpdata<-subset(myd, TYPE=="A") > levels(tmpdata$TYPE) > [1] "A" "B" "C" I'd like to get only "A" as output... Thanks for your help Marc
2005 Dec 02
1
undefined local variable or method `errors' for Listing:Clas
...self.validate_date(year, month, day) unless Date::valid_date?(year.to_i, month.to_i, day.to_i) errors.add(:start_date, "De startdatum moet geldige datum zijn.") end end But everytime I call this code I get: undefined local variable or method `errors'' for Listing:Class Looking on the internet and in the Rails book errors.add should work and should raise an error in the view. Anybody any ideas? Kind regards Nick -- Posted via http://www.ruby-forum.com/.
2005 Dec 21
2
HTB droping packets
Hello, I''m using htb3 with kernel 2.6.13 on debian testing release. I have a hierarchy consisting of 10 parents clas each with 2 to 20 childs and every child use sfq. The problem is when the default class become congested, the system start to drop packets for 2 seconds all traffic is blocked, another 3 to 5 minutes all goes all and so on. Anyone have any ideea about this ? Ionut Dumitrache -- TIMnet webma...
2005 Aug 16
3
(yet another) HTB question(s)
...s. In theory. But there still are some questions and I want to check with you to see if I understand things correctly. So here goes: 1) when used on a router for shaping traffic done by clients connected to it, shaping is done on the interface connected to the cable/dsl modem. If I wanted to create classes for every client on the network, I would have to use iptables to mark packets (using -j MARK) and not filters because, according to http://www.docum.org/docum.org/kptd/ the shaping is done after the SNAT, so all the clients would have the src address rewritten with the public IP. Am I getting th...
2019 May 31
2
[patch] add sanity checks to quantile()
...e patch such that it only gives an error when current R gives an error (i.e., the only benefit of the patch would be better error messages), or I can change the patch to give a warning in these cases. Scott -- Scott Kostyshak Assistant Professor of Economics University of Florida https://people.clas.ufl.edu/skostyshak/ -------------- next part -------------- A non-text attachment was scrubbed... Name: quantile.diff Type: text/x-diff Size: 623 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20190531/f5cdbe7c/attachment.bin>
2020 Jun 12
1
Marking a ticket as a (potential) regression in bug tracker?
...ieve to be a regression is still there. I don't think the bug has bitten many people, so I don't think it is critical, but often it is helpful to mark bugs as regressions in trackers. Thanks, Scott -- Scott Kostyshak Assistant Professor of Economics University of Florida https://people.clas.ufl.edu/skostyshak/
2005 Oct 14
0
FW: Win XP SP2 and Offline Files
is the share set with browsable = yes Louis -----Oorspronkelijk bericht----- Van: samba-bounces+louis=van-belle.nl@lists.samba.org [mailto:samba-bounces+louis=van-belle.nl@lists.samba.org] Namens Clas Mayer Verzonden: vrijdag 14 oktober 2005 8:53 Aan: samba@lists.samba.org; Fabian Arrotin Onderwerp: Re: [Samba] Win XP SP2 and Offline Files Hi Im not shure this is same problem as mine When using offlinefolders the windows default action is to syncronize all users that ever loged on to the works...
2017 Sep 14
1
To implement OO or not in R package, and if so, how to structure it?
...;> That resource is ~9 years old. There are more modern treatments available. You >> can read mine at http://r-pkgs.had.co.nz. >> >> Hadley >> Thanks both. I'm reading through your new book now Hadley... thanks for that. I'll probably take a shot at building a class to hold one tree per object, and search for objects of a class (per https://stackoverflow.com/questions/5158830/identify-all-objects-of-given-clas-for-further-processing) to implement collections when necessary... It does seem like there might be niche out there for a resource for folks decid...
2008 May 13
1
Missing coefficient on a glm object
...d over the archive files and found nothing about this kind of error. I have a database of 33 elements described in 8 variables, i'm using the Leave-One-Out iterative process to take one of the elements to be the test element and make a regression with the other 32 and then I try to predict the clas of the element out. I'm using this call as a part of a Leave-One-Out experiment: glmresult <- glm(Y ~ x1+x2+x3+x4+x5+x6+x7+x8, family=binomial, control=glm.control(epsilon = 1e-8, maxit = 100, trace = FALSE)) but when i look at the coefficients with: coef(glmresult) Everything goes wel...
2020 Jan 04
0
[patch] add sanity checks to quantile()
...gives an error (i.e., the only benefit of the patch would be > better error messages), or I can change the patch to give a warning in > these cases. > > Scott > > > -- > Scott Kostyshak > Assistant Professor of Economics > University of Florida > https://people.clas.ufl.edu/skostyshak/ > Bump. For this type of patch proposal, is it better to use the bug tracker? Thanks, Scott -- Scott Kostyshak Assistant Professor of Economics University of Florida https://people.clas.ufl.edu/skostyshak/
2018 May 01
2
source(echo = TRUE) with a iso-8859-1 encoded file gives an error
...LLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C" Thanks for your time, Scott -- Scott Kostyshak Assistant Professor of Economics University of Florida https://people.clas.ufl.edu/skostyshak/ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: encoding_export_issue.R URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20180501/673e72aa/attachment-0005.ksh>
2018 May 04
2
[Rd] source(echo = TRUE) with a iso-8859-1 encoded file gives an error
...d posted this question to r-devel, which was the incorrect choice. For archival purposes, I reference the thread here: https://www.mail-archive.com/search?l=mid&q=20180501185750.445oub53vcdnyyyx%40steph -- Scott Kostyshak Assistant Professor of Economics University of Florida https://people.clas.ufl.edu/skostyshak/ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: encoding_export_issue.R URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20180504/45bab4a0/attachment.ksh>
2007 Apr 23
1
Multiple bands with equal priority ?
..., of course). So, instead of a prio multiband qdisc, I''d be interested in a round-robin one. Can I accomplish this with CBQ ? What would the tc commands have to look like -- I''m getting slightly confused by the split/defmap syntax, and by trying to figure out when it''s a clas vs a qdisc I''m supposed to be dealing with... :( I guess I should be looking at using the WRR qdisc, but I''d like to try everything else I can before falling through to adding an out-of-tree kernel module and patching tc... Thanks, Gabriel
2018 May 04
0
[Rd] source(echo = TRUE) with a iso-8859-1 encoded file gives an error
...he > incorrect choice. For archival purposes, I reference the thread here: > > https://www.mail-archive.com/search?l=mid&q=20180501185750.445oub53vcdnyyyx%40steph > > > -- > Scott Kostyshak > Assistant Professor of Economics > University of Florida > https://people.clas.ufl.edu/skostyshak/ > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and pr...
2007 May 28
5
CTI in ActiveRecord
...itance. Exists an soluction for this? I want a solution similar to this: create_table :people |t| do t.column :name t.column :address end create_table :customer |t| do t.column :person_id t.column :cpf end create_table :employee |t| do t.column :person_id t.column :wage end class Person < ActiveRecord::Base end clas Customer < Person end class Employee < Person end Cusotmer.name Customer.cpf Employee.name Employee.wage -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are...
2012 Dec 26
2
dovecot crashing?
...xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue vli= nk=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span style=3D'c= olor:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span style= =3D'color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><p class...
2018 Apr 01
0
Mention the case of logical(0) in ?stopifnot
...&c=pZJPUDQ3SB9JplYbifm4nt2lEVG5pWx2KikqINpWlZM&r=1fpq0SJ48L-zRWX2t0llEVIDZAHfU8S-4oINHlOA0rk&m=G8tEZpMWPL4vxGGinNsRHdfXpDqiFEownNAdY_AOiUk&s=ZCSz07Z1Gz4pAWgw75UUn9wIMI-wCv2Srfkn2MGYYlI&e= -- Scott Kostyshak Assistant Professor of Economics University of Florida https://people.clas.ufl.edu/skostyshak/
2020 Jan 04
1
[patch] add sanity checks to quantile()
On 04/01/2020 4:35 p.m., Scott Kostyshak wrote: > On Fri, May 31, 2019 at 01:28:55AM -0400, Scott Kostyshak wrote: >> The attached patch adds some sanity checks to the "type" argument of ... > Bump. For this type of patch proposal, is it better to use the > bug tracker? For almost any patch proposal it is. Certainly if you don't get action (or at least discussion)
2006 Jul 26
0
render :update do | page | to modify a css class string...
In my booking/_form.rhtml, I have 2 <input text fields> startingdate (selction from unobstrusive calendar ) and endingdate <div> <label for="startdate">Booking Start Date</label><br /> <%= text_field_tag(''startdate'', @startdate, {:class => @startdateclass, :readonly => "readonly", :maxlength => "25"} )%> <%= observe_field("startdate", :frequency => 0.5, :url => {:controller => ''booking'' , :action => ''startdateChanged'' }, :update =&...