search for: evangelista

Displaying 10 results from an estimated 10 matches for "evangelista".

Did you mean: evangelist
2007 Jan 25
1
summary of the effects after logistic regression model
...(odds ratio). The treatment group has a disavantage at the baseline ( for day=1 ,OR=1.16), however at day=210 I can see a reduction of headache risk (OR=0.58) on treatment group. How can I set to 1 the OR of treatment at the baseline (day=1) with R? In case, is it corrent? Best regards Andrea Evangelista Italy [[alternative HTML version deleted]]
2010 Jul 16
1
re ading SPSS .sav files (PR#13509)
...nrecognized record type 7, subtype 18 encountered in system file I have tried so may times running some conditions I think may have caused these errors to recur(including re-installing the R). I am at my wit's end on how to make the read.spss work. Please help! Thanks. Leo A. Evangelista [[alternative HTML version deleted]]
2007 Nov 06
4
help on helper module inclusion/extension
I want to include helper methods included to my Camping App from by requiring an external file but I can''t seem to include helpers from another module. module CampingHelpers def self.included(base) base::Helpers.send(:include, Helpers) end module Helpers def show_test p "test" end end end Camping.goes :CampingApp ... module
2008 Jun 05
2
how to add a method without coding it directly into app?
i''m missing something here. how would I code this outside the application to be shared with other Camping apps? module Blog::Controllers module AuthenticationHelper def self.included(base) class << base define_method :authenticate do |*a| a.each do |meth| if method_defined?(meth.to_s)
2007 Nov 21
2
where do i get the return value of a javascipt method?
how do i get the value of a javascipt confirm() function? a(:href=>R(DeleteUser, @user.id), :onclick => "javascript:confirm(''You sure about this?'')"){label} any tips? thanks! -- |^^^^^^^^^^^^\ .|| |NALDEVNGELSTA.___||''""|""\___, | ________________ l | |__|__|_|) (@!)!(@)"""""**|(@) (@)****|(@)
2008 May 08
1
query strings built by R method can''t handle multiple values from checkbox selections
query strings built by R method can''t handle multiple values from checkbox selections R(SomeRoute, :reply_status=>%w{1 2 4}) should return query_string=" http://localhost:3301/someroute/?reply_status_id=1&reply_status_id=2&reply_status_id=4 " qsp(query_string) -> {"reply_status_id"=>["1", "2", "4"]} from
2008 May 28
3
Plug-in support for Camping Apps
# camping_plugin.rb # plug-in support for Camping Apps # require ''lib/camping_plugin'' # override R helper method to your liking :-) module Camping module PluginHelpers def R_with_module(c,*g) p,h=/\(.+?\)/,g.grep(Hash) g-=h raise "bad route" unless u = c.urls.find{|x| break x if x.scan(p).size == g.size &&
2007 Sep 01
13
2 ISP connection sharing problem
Hi all, I have a similar question like many asked before I know but Please help as i cant figure out where the problem is and how should I tackle. I have 2 ISP connections. I want to share the bandwidth from both. I have copied the script from many places and created my own after changes. Problem is that only one connection is utilized at a time. Not both working. ratio of consuming
2008 May 23
0
R(c,*g) helper method can''t handle nested hash input params
params= {"search"=>"Search", "date_begin"=>"2007-05-01", "date_type"=>"created_on", "order"=>1, "report_type"=>"year_end", "person"=> {"reply_status_id"=>"1", "created_on"=> Tue, 01 May 2007 00:00:00 +0000..Fri, 23 May 2008
2007 Feb 12
0
Route-map Linux for ssh traffic
Hi guys, I have a question about of route-map with linux, I have two routers linux, one for Internet Trafic and other for VPN traffic, both routers have public IP''s address. Internet with nat VPN with nat eth0 200.244.10.1 eth0 200.244.10.2 ---- ----