Displaying 2 results from an estimated 2 matches for "whenm".
Did you mean:
when
2006 Apr 09
4
Best RJS process for what I''m trying to do...
...></font></li>
<% end %>end %>
</ul>
and this does give me a list of names but when i submit a new name, it
gets added to the list as just
<li> #{@name.name} </li>
so it doesn''t have the formatting or the delete button like the other
items. Whenm I refresh the page, then it looks proper. Here''s my
controller add method:
def add
@name = MealName.create( params[:meal_name] )
@meal_names = MealName.find(:all)
@meal_names << @name
render :update do |page|
page.insert_html :bottom, ''meal_names'', "...
2005 Mar 23
0
how to test for equality of covariance Matrices in lda
when using the two-group discriminant analysis,we need to test for equality of covariance Matrices in lda.as whenm we formed our estimate of the within-group covariance matrix by pooling across groups,we implicitly assumed that the covariance structure was the same across groups.so it seems important the test the equality.but i can not find function in R to do these.