search for: sample_control

Displaying 4 results from an estimated 4 matches for "sample_control".

2006 Jun 12
2
dom id on form_remote_tag
...but I can''t see how to enter an html option for the dom id of the form on the form_remote_tag. Any ideas? Here is the form tag so far... <%=form_remote_tag :loading=>"showProgress()", :complete=>"showForm()",:url=>{:action=>:new, :controller=>"sample_controller"}, :update=>"sampleForm"%>
2008 Mar 04
2
paired or one-sample t-Test
Hi Guys, I am having a real hard time trying to figure out for microarry. Here is my code One-Sample t-Test dim(data.sub) [1] 10000 140 ##there are 10000 probesets and 140 columns hist(data.sub) ## Histogram. Identify if the probesets are normal distributed q<-rnorm(10000) ##generate 10000 random, normal distributed values qqplot(data.sub,q)) ##Show the plot of the probeset
2006 Feb 17
4
Need Help with Globalize Plugin
...e is a sample of my code. environment.rb: include Globalize controllers/application.rb: class ApplicationController < ActionController::Base Locale.set_base_language(''en-US'') end models/sample.rb class Trial < ActiveRecord::Base translates :name end sample_controller.rb class TrialController < ApplicationController def index Locale.set(''en-US'') Trial.create(:name => ''One'') Locale.set(''es-ES'') trial = Trial.find(1) trial.name = ''Uno'' if tri...
2008 Jan 28
0
gettext 1.10: uninitialized constant ApplicationController
When running rake updatepo with gettext 1.10, for several controllers it gives Ignored ''app/controllers/sample_controller.rb''. Solve dependencies first. /Users/sava/code/sht/trunk/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:266:in `load_missing_constant'': uninitialized constant ApplicationController Rails is 1.2.5, frozen in the application. -- Sava Cha...