Displaying 2 results from an estimated 2 matches for "cantit".
Did you mean:
cant't
2006 Jul 03
6
Rjs $("aaa").insertHtml is not a function error
Hi,
I''ve searched the list and found that someone had the same problem as me
http://lists.rubyonrails.org/pipermail/rails/2006-May/043760.html
I''m have in my page a link like this
<%= link_to_remote ("Add
#{image_tag(''add.png'')}",:url=>{:action=>''addProduct''})%>
and in my controller
def addProduct
..................
2007 Sep 06
1
the survey package
...ot just one as in the Survey example)
i have tried
design<- svydesign(ids=~0, strata= c(~regiune,~size_loc), data=tabel) # for 2 criteria
and got this error
Error in strata[, 1] : incorrect number of dimensions
My "tabel" looks like this:
cod cantitate pondere regiune size_loc size_hh age_hhh
740 5977.604 0.9962673 1 1 3 52
742 13879.362 0.8674601 1 1 3 42
743 7876....