search for: myfac

Displaying 13 results from an estimated 13 matches for "myfac".

Did you mean: mfac
2005 Nov 17
1
Predicting and Plotting "hypothetical" values of factors
...to plot the S-shaped curve that describes the probabilities. Here is some code with comments describing the difficulties that we have found. Are there simpler, less frustrating approaches? ----------------------------- # Paul Johnson <pauljohn at ku.edu> 2005-11-17 # factorFutzing-1.R myfac <- factor(c(1.1, 4.5, 1.1, 1.1, 4.5, 1.1, 4.5, 1.1)) y <- c(0,1,0,1,0,0,1,0) mymod1 <-glm (y~myfac, family=binomial) p1 <- predict(mymod1, type="response") plot(myfac,p1) # Wait, that's not the picture I wanted. I want to see the # proverbial S-shaped curve! # # The...
2006 Aug 11
1
- factanal scores correlated?
...(1,2,1,1,1,1,2,1,2,1,3,4,3,3,3,4,6,5) v3 <- c(3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,5,4,6) v4 <- c(3,3,4,3,3,1,1,2,1,1,1,1,2,1,1,5,6,4) v5 <- c(1,1,1,1,1,3,3,3,3,3,1,1,1,1,1,6,4,5) v6 <- c(1,1,1,2,1,3,3,3,4,3,1,1,1,2,1,6,5,4) m1 <- cbind(v1,v2,v3,v4,v5,v6) myfac <- factanal(m1, factors=3, scores="regression")# cor(myfac$scores) *********************************************** Tells me Factor1 Factor2 Factor3 Factor1 1.000000000 0.001624383 0.002862785 Factor2 0.001624383 1.000000000 0.001956953 Factor3 0.002862785 0....
2006 Feb 27
30
Calendar widget
Has anyone made, or does anyone know of, a nice calendar control based on prototype/scriptaculous out there yet? Thanks in advance! Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon Company) Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org 262-369-3251 The information transmitted in this electronic mail is intended only for the person or entity to which it
2006 Jan 03
45
Status of Prototype
Hi *, we are using prototype in Apache MyFaces as our javascript library of choice. Recently, there has been much discussion on our mailing list as to the usability of prototype in a dynamic environments where several javascript libraries are used. The critics of prototype argue that the prototype objects are not namespaced - and that protot...
2004 Jun 15
1
R: slope estimations of teeth like data
...10) yy <- c(yy,c(y,z)[1:floor(runif(1)*200)]) y.l <- length(yy) plot(1:y.l, yy) x axis is actually a time and y is a weight of gradually filled conteiner, which is irregularly emptied. I want to do an hourly and/or daily averages of increases in weight (it can by done by aggregate) myfac <- gl(y.l/12,12,length=1271) #hopefully length is ok y.agg <- aggregate(diff(yy), list(myfac), mean) ## there will be list(hod=cut(time.axis,"hour")) construction actually 0.03 can be expected average result and some aggregated values ar OK but some are wrong as they include...
2006 Feb 27
0
RE: FW: Calendar widget
...org] On Behalf Of >>Martin Marinschek >>Sent: Monday, February 27, 2006 2:04 PM >>To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>Subject: Re: [Rails-spinoffs] Calendar widget >> >>Ryan, >> >>you might want to help me out on the MyFaces calendar. >> >>http://www.irian.at/myfaces/calendar.jsf >> >>I took the javascript code of - >> >>http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html >>(well, or another source, but it is the same, I know that one ;) >> >>and conv...
2006 Jan 20
1
:interactive Callback
Hi! I have a question concerning the :interactive Callback from the link_to_remote function. Quote from the API: "Called when the user can interact with the remote document, even though it has not finished loading." What is the exact status of the application on "interactive" - How can a user interact with the document if it''s still loading... Thanks Stefan
2005 Dec 22
1
add factor to dataframe given ranges
Hi all, I would like to factorize the entries in a dataframe given some groupings. E.g: mydf = data.frame( a = rnorm(100,10), b = rnorm(100,10), c = rgamma(100, 1, scale=1)) group = hist(mydf$c, breaks="FD") group$breaks The idea is to create a factor "mydf$d" with levels corresponding to the ranges in group$breaks. There must be an easy way to do this that I
2005 Aug 30
4
Java with Scriptaculous
I know that the prototype library was paired with Rails but I''m curious if anyone has used the ajax part (of the libraries) with java servlets? If so could you please point me to some examples or documentation. Cheers, Marty
2005 Jul 09
7
Extending the AJAX autocompleter
Hi (I think Thomas?), I am trying to extending the AJAX autocompleter here, and would need to pass on additional params to the Framework I am using which is taking on the request. For this, I have changed the onObserverEvent function in controls.js as to the following: onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) {
2005 Dec 18
3
JavaScript question
...I have this calendar code I hate (and still have to maintain ;) and wanted to change it to use object-orientation. So I have written a JavaScript-class called PopupCalendar no problem. Now I need to use event-handlers with this class, one of the event-handlers you can see down below: org_apache_myfaces_PopupCalendar.prototype._clickhandler=function(){ alert(typeof org_apache_myfaces_PopupCalendar.prototype); alert(org_apache_myfaces_PopupCalendar.prototype.bShow); if (!this.bShow) this._hideCalendar(); this.bShow = false; } You see that I access this in these event-hand...
2006 Jun 28
20
Rails Vs JBoss Seam
I have been frustrated with J2EE technology just like any other developer who has worked in that technology for a long time. This made me learn about Rails and I was excited about RoR. Today I came across JBoss Seam framework and I am not able to contain my excitement. My passion for JEE development is back. It seems like it is better than RoR. I would like to hear differnt opinions about this
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All, I''m a RoR n00b that has been lurking for a week or so. About two weeks ago I bought the text version of Agile Web Development with Rails. Today, I bought the .pdf version because I run a Sony Notebook and find a .pdf more user friendly. Therefore I have the text to give away for free. If anyone in the continental US would like the copy please let me know and I''ll mail it