search for: spoilage

Displaying 2 results from an estimated 2 matches for "spoilage".

Did you mean: spillage
2000 Jan 04
0
Stepwise logistic discrimination - II
...txt Is this a bug? Is there a maximum number of variables which stepAIC can handle? Peter -------------------- Peter Ho Escola Superior de Biotecnologia Rua Dr. Ant?nio Bernardino de Almeida 4200 Porto Tel: ++351-22-5580043 -------------- next part -------------- > nose20s.mu <- multinom(Spoilage ~ FRAG25 + FRAG26 + FRAG27 + FRAG28 + FRAG29 + FRAG30 + FRAG31 + FRAG32 + FRAG33 + FRAG34 + FRAG35 + FRAG36 + FRAG37 + FRAG38 + FRAG39 + FRAG40 + FRAG41 + FRAG42 + FRAG43 + FRAG44 + FRAG45 , nose126s) # weights: 92 (66 variable) > nose20s.mu Call: multinom(formula = Spoilage ~ FRAG25 + FRAG26 +...
2006 Mar 08
2
inheritance problem with controllers
i have a controller like this: class SpoilageController < DataEntryController before_filter { check_access_key(''_SP'') } ... and in the parent class is this: class DataEntryController < ApplicationController def check_access_key(key) if !@session[:user].admin && !@session[:user].data_entry_acc...