search for: derbi

Displaying 20 results from an estimated 41 matches for "derbi".

Did you mean: derby
2013 Feb 14
4
Struggling with Jruby Rails + jdbc driver
hi all, I am having a hard time trying to find out what''s wrong with my setup. It used to work smoothly until I decided out of the blue to do a selfupdate and upgrade outdated on MacPort, then things started going south very quickily. Since MacPort kinda broke, I pull it all out and re-install the ports I have before, which went pretty smoothly. Then to my surprise any command I
2005 Mar 07
2
erb and builder in same view ....
Has anyone tried using erb and builder in the same file? Either .rxml or .rhtml? I''m wanting to do some think like the following: xml.div(''id''=>''menu'') {|xml| link_to "create race", :controller=>"derby", :action=>"new" } Thanks, -- Tom. -- "Nothing will ever be attempted, if all possible objections must
2007 Jul 06
3
assert_equal - problems returning value from controller
Hi, I have the following assert_equal that is returning false. @q seems to be returning niil, but is set in the controller, how can I get hold of this value in my tests? assert_equal ''derby'', @q Thanks Mark -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2012 Oct 02
0
Error messages when attempting to calculate polychoric correlation matrices using the psych package
Dear Professor Fox, Apologies for my oversight relating to the polychor command and thank you for your advice. I turned to the polychor command when trying to find an equivalent for the polychoric command found in the psych package (I am following a procedure outlined in Gadermann, Guhn & Zumbo, 2012 that uses this command rather than the polycor package) . The polychoric command is returning
2004 Sep 27
2
Looking for .Call functions
Hi, In my ongoing quest to track down the source of an error (see message "[R] optim error in arima" above), I find in the cource code for arima0 the following: arma0f <- function(p) { par <- as.double(fixed) par[mask] <- p .Call("arma0fa", G, par, PACKAGE = "stats") } I would like to know what the function
2012 Oct 01
1
Error messages when attempting to calculate polychoric correlation matrices
Dear R users, I am a psychology postgraduate student who is relatively new to using R. I am currently developing a psychometric scale and have run into a few problems when using R to calculate a polychoric correlation matrix for my dataset. I am trying to produce a polychoric correlation matrix for calculating ordinal reliability estimates (eg. Alpha, omega).The set consists of 439 observations
2005 Dec 04
1
R and databases - a comment
1. That was a part of a private email exchange. It has been suggested that more people may be interested. 2. I did use various databases (significant part of my job) for the last 15 years. Some with R for the last 3 years as a hobby. Some comments on the ones used below. Sorry, no links - I am time-constrained at the moment - please google if interested in details. The remarks are from the point
2013 Mar 18
2
Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.
Hi R-help, I am using the sem package to run confirmatory factor analysis (cfa) on some questionnaire data collected from 307 participants. I have been running R-2.15.3 in Windows in conjunction with R studio. The model I am using was developed from exploratory factor analysis of a separate dataset (n=439); it includes 18 items that load onto 3 factors. I have used the sem package documentation
2004 Sep 29
2
arima vs arima0
What is the difference between arima and arima0?
2009 Jun 29
0
A graphic art piece I created that only statisticians would understand and the use of R in art
This isn't the typical r-help post, but I think people here will appreciate it. The current Shirt.Woot (http://shirt.woot.com) derby prompt is fake band names, so I chose the name "The Probable Error of a Mean." And I made my submission with R. Here it is: http://www.thomaslevine.org/the_probable_error_of_a_mean/poster.png http://shirt.woot.com/Derby/Entry.aspx?id=33029 I'm
2007 Apr 05
7
Problems using GFS2 and clustered dovecot
I am trying to use dovecot. I've got a GFS2 shared volume on two servers with dovecot running on both. On one server at a time, it works. The test I am trying is to attach two mail programs (MUA) via IMAPS (Thunderbird and Evolution as it happens). I've attached one mail program to each IMAPS server. I am trying to move emails around in one program (from folder to folder), and then checking it on the other program. I'm testing in effect how it would work if my users log on twice and end up on different...
2008 Feb 22
1
Samba and ADS authentication problems
Hey folks, I'm having trouble with AD integration with the version of Samba included in Solaris build 78 (Samba version 3.0.25a). I think it's almost working, but I get an authentication prompt every time I try to connect to samba from a windows client, and no matter what I enter I can't authenticate to see the shares. The main documentation I've been using is Sun's guide
2009 Jun 29
1
Building Xen: failure to launch
Hi everyone. I''m a Xen newbie and I''m trying to get oriented here in the xeniverse. (Can I say that here?) My eventual goal is to set up multiple virtual xen servers in a minimum number of physical "boxes". My only knowledge of Xen so far is my careful reading of the famous paper "Xen - the Art of Virtualization". So I went to the web and searched Xen
2005 Jan 06
0
Lotus 123 under Wine
As a novice to Wine I've been trying to run the old spreadsheet program Lotus 123 release 5 (1994) under Fedora Core3. I'm using the default wine config with one change under [Version] "Windows" = "win95". I have little knowledge of gdb. I get the following errors after I mount the first of seven 3.5in floppies. Can anyone give me some pointers? Please e-mail me
2007 Mar 02
1
Stopping certain users from using IMAP, or POP3, etc.
Hi there, I'm building a mail system for an ISP. We want to be able to turn on or off IMAP or POP3 access for certain customers- basically we want to be able to offer a customer POP3 access, unless they pay us some more money, in which case they get IMAP The username and password will remain the same, and are driven out of a postgres database. The best way I've though of doing this
2007 Mar 05
2
Driving quota out of a database.
Hi there, I'm using postgres as a userdb for dovecot. I'm am trying to get the quota plugin to work. I have a column in my table that returns the quota in KB. I am using the postgres expression "('maildir:storage=' || mailstore_control.mailbox.quota) AS quota" as recommended in the manuals. This expression is NULL to start with, which I take to mean unlimited
2004 Sep 27
1
optim error in arima
Hello, I'm fitting a series of ARIMA models to a data set to compare fits. After taking the logs of the data and then differencing them to induce stationarity, I execute arima( y, order=c( p, 0, q ), seasonal=list( order=c( P, 0, Q ), period=7 ) ) for various values of p, q, P and Q. For one set of these values, I get Error in optim(init[mask], armafn, method = "BFGS", hessian
2004 Sep 30
1
Using try()
Hello R people, I am need some help using the try() function. Currently I am running a loop which uses arima() for some values of p and q, which sometimes crashes. When it crashes, I want the program to just ignore it and move on to the next values to loop through. I currently have this, looping through a range of values for p and q: lo = try( arima1 <- arima( y, order=c( p, 0, q ) ) if(
2005 Oct 11
0
Not a local SIP domain
Just compiled from cvs head and enabled Real-time config However, I now seem to have an odd problem, which I think I've tracked to a patch in CVS head that adds domain support to SIP (http://bugs.digium.com/view.php?id=4466). The problem is as following: - Every time a sip peer/friend attempts to register with Asterisks' SIP proxy, I get the following error on the console:
2007 Feb 08
0
Realtime asterisk queues only reload queue members when a new call joins the queue
Hi there, As described on voip-info here http://www.voip-info.org/wiki/view/Asterisk+RealTime+Queue, if I use realtime queues, alterations to the list of members don't alter until a new call joins the queue. Is there anything I can do about this? I've tried looking for a bug number, but to no avail. I use realtime queue members for logging in and out, and I'd like it to take