Displaying 20 results from an estimated 24 matches for "curran".
2009 Mar 23
2
error statement: missing value where TRUE/FALSE needed
...et an error message:
Error in if (r < vQ[i]) { : missing value where TRUE/FALSE needed
I am using R.2.6.0 on Windows XP. Can anyone tell me what the error message
means?
The specific line in the code is:
if (r<vQ[i]){ vS[i]=0 } else vS[i]=1
The code is available at:
http://www.michael-curran.com/gibbs.html
and the two data sets are available at:
http://www.geocities.jp/atsmatsumoto/ci.txt
and
http://www.geocities.jp/atsmatsumoto/callrate.txt
Note: I saved the first data set as ci.txt and the second as boj.txt and so
these are the file names that the code loads. If anyone uses the cod...
2008 Aug 07
1
stripchart ignores main title option (PR#12202)
Full_Name: James Curran
Version: 2.7.1
OS: Windows XP/Vista
Submission from: (NULL) (130.216.51.81)
stripchart ignores the main title option. For example, in the documentation
stripchart(decrease ~ treatment,
main = "stripchart(OrchardSprays)",
vertical = TRUE, log = "y", da...
2006 Sep 11
8
fckeditor works, but i cant get my buttons back...
I am going to bet this is a mongrel issue,because this doesn''t happen
under webrick. Anyway, I was able to get fckeditor: http://www.fckeditor.net/
to work under rails: http://www.joshuamcharles.com/xhtml/fckrails.php
i even saw the part about adding "1. Adding a YAML configuration file. For example, create
$(RAILS_ROOT)/config/mongrel_mime.yml with the contents:
xml:
2009 Jun 05
1
Patch with modified commit message
This patch is from Chris Curran. I've only modified the commit message
to add clarity.
2009 Feb 02
1
Fit indexes in SEM with categorical data + ML estimation
Hello,
It has been found that SEM analysis using polychoric correlations + maximum
likelihood estimator produces incorrect test statistics and standard errors
(e.g., Flora, D. B., & Curran, P. J. (2004). An Empirical Evaluation of
Alternative Methods of Estimation for Con?rmatory Factor Analysis With
Ordinal Data. Psychological Methods, 9(4), 466-491).
Standard errors can be dealt with by using bootstrap estimations. But, I was
wondering how the fit indexes in the SEM package were e...
2006 Jan 17
9
Setting layout template in .rhtml
I''ve a single controller -
class ContentController < ApplicationController end
in the app/views/content folder I have quite a few .rhtml files
I need to be able to choose a different layout template to
use in each of these .rhtml files.
i''d like to be able to do something like (which doesn''t work..)
<% layout ''layout1'' %>
Any
2007 Apr 04
2
Simple RJS Calls Not Working
I have a simlple view:
<h2>Tags</h2>
<% unless @recipe.tags.empty? %>
<table>
<tbody id="tags">
<%= render :partial=>''tags/tag'', :collection=>@recipe.tags %>
</tbody>
</table>
<% end %>
<% form_remote_tag :url=>tags_path(@recipe) do%>
2009 May 14
1
*ERROR: BUILD FAILED! Banned tag found*
Error building ovirt-doc in master branch.
make[4]: Map '/root/rpmbuild/BUILD/ovirt-docs-0.98/Using_the_oVirt_Admin_UI'
wordt binnengegaan
Processing, Product: oVirt_Server_Suite, Version: 0, Edition: 0.95, Release:
2
START: xml-en-US do mei 14 22:56:19 CEST 2009
copying oVirt/en-US Common_Content
cleaning files
Appendix-B.xml
Appendix.xml
Author_Group.xml
2011 Jan 02
1
filehash for big data
Hi all,
I am trying to use the filehash library to analyze a 5M by 20 matrix with both
double and string data types.
After consulting a few tutorials online, it seems as though one needs to first
read the data into R; then create an R object; and then assign that object a
location in my computer via filehash. It seems like the benefit of this is
minimizing memory allocation when running
2008 Jan 04
1
John Rosatti, Excavators, 3D, NASA and Why Should I care?
...or
innovatively flexible systems such as the LPE".If I could have said it
better than NASA did, I would have. But I couldn't, so I didn't. Anyway,
there you have it, both the past of excavators and a look at their future
with the development of the Low-energy Planetary Excavator
JC Curran owns and operates Excavators Models
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080104/37125f6d/attachment-0003.html>
2012 Mar 11
1
CRAN (and crantastic) updates this week
...distance (1.0)
Maintainer: Trent McDonald
Author(s): Trent McDonald
License: GNU General Public License
http://crantastic.org/packages/Rdistance
Analysis of line transect surveys. Estimates distance-based
sightability functions and abundances.
* relSim (0.1-33)
Maintainer: James M. Curran
Author(s): James M. Curran
License: GPL (>= 2)
http://crantastic.org/packages/relSim
A set of tools to explore the behaviour statistics used for forensic
DNA interpretation when close relatives are involved
* RForcecom (0.1)
Maintainer: Takekatsu Hiramura
Author(s): Takekatsu Hir...
2015 Feb 13
0
[SOLVED] Thunderbird client certification validation fails with same profile but changed IMAP server software (Re: It works for two SMTP servers and cyrus-imap, why not Dovecot?)
...lid cert messages and other messages
that make it look like it's a configuration or certificate/CA file
issue) actually has nothing to do with the actual issue and is a major
red herring.
Sorry for the noise, back to regular scheduled program...
Regards,
Daniel
On 2015-02-12 6:29 AM, Daniel Curran-Dickinson wrote:
> Ok, the patch doesn't actually fix the bug. It appeared to do so in
> that after running the server with the patch applied client certificate
> validation succeeded, however, it appears this bug is actually
> intermittent as, even with the patched package, the se...
2006 Aug 18
8
BAD CLIENT, Invalid HTTP Format - Firefox, IE, etc..
I''m not sure what''s happening so I''ll try and explain what I know.
I am getting the error "Thu Aug 17 20:01:57 MDT 2006: BAD CLIENT
(xx.xx.xx.xx): Invalid HTTP format, parsing fails."
I''m running mongrel 0.3.13.4 from gem source, and running on a Macbook Pro.
I am running rails in development mode and if I switch to running
webrick, all requests
2006 Jan 18
6
Consistent testing with methods that depend on Date.today
Hi everyone
I''m building an app in which quite a bit of data is dependant on dates
(and times), and I have logic that depends on when ''today'' is. I''m
trying to get some better functional tests written, and am unsure of
the best way to approach it.
The problem is that I want the tests to run against the same data
every time, whether I run it on Tuesday or
2011 Apr 15
0
Wine release 1.3.18
...es to mddk.h.
dsound: COM cleanup property sets.
Marcus Meissner (3):
msxml3: Fixed two const table declarations (Coverity).
mscms: Fixed bad sizeof() (Coverity).
mscms: Added missing breaks (Coverity).
Matteo Bruni (1):
wined3d: Get rid of context_validate.
Michael Curran (2):
d3dxof: Adjusted to allow for parsing of optional template elements.
d3dxof: Changed is_string function to accept spaces.
Michael Stefaniuc (7):
wininet: Move "inline" right after the storage specifier.
riched20: COM cleanup for the ITextHost iface.
ric...
2011 Feb 14
4
sem problem - did not converge
Someone can help me? I tried several things and always don't converge
# Model
library(sem)
dados40.cov <- cov(dados40,method="spearman")
model.dados40 <- specify.model()
F1 -> Item11, lam11, NA
F1 -> Item31, lam31, NA
F1 -> Item36, lam36, NA
F1 -> Item54, lam54, NA
F1 -> Item63, lam63, NA
F1 -> Item65, lam55, NA
F1 -> Item67, lam67, NA
F1 ->
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* allan (1.0)
Alan Lee
http://crantastic.org/packages/allan
Automates Large Linear Analysis Model Fitting
* andrews (1.0)
Jaroslav Myslivec
http://crantastic.org/packages/andrews
Andrews curves for visualization of multidimensional data
* anesrake (0.3)
Josh Pasek
http://crantastic.org/packages/anesrake
This
2006 Sep 07
21
Multiple rails apps with Mongrel
I''m trying to set up several different Rails apps on the same domain, each
one running Mongrel. After reading all of the documentation, it''s fairly
clear how to use subdomains - create several Apache virtual hosts, each of
which has a different ProxyPass and ProxyPassReverse command to redirect
from different ports (ie, 3000, 3100), and then have each Mongrel instance
(or
2004 Nov 17
17
The hidden costs of GPL software?
Hello,
In the latest 'Scientific Computing World' magazine (issue 78, p. 22), there
is a review on free statistical software by Felix Grant ("doesn't have to
pay good money to obtain good statistics software"). As far as I know, this
is the first time that R is even mentioned in this magazine, given that it
usually discuss commercial products.
In this article, the analysis
2004 Nov 17
17
The hidden costs of GPL software?
Hello,
In the latest 'Scientific Computing World' magazine (issue 78, p. 22), there
is a review on free statistical software by Felix Grant ("doesn't have to
pay good money to obtain good statistics software"). As far as I know, this
is the first time that R is even mentioned in this magazine, given that it
usually discuss commercial products.
In this article, the analysis