Displaying 2 results from an estimated 2 matches for "treatmenttypical".
2011 Dec 24
1
Nested model - "singularities not defined"
...Estimate Std. Error t value
Pr(>|t|)
(Intercept) 9.47000 1.24231 7.623 9.48e-13
***
TreatmentReference -4.05500 1.75689 -2.308 0.02201
*
TreatmentSingle Tree -2.43000 2.15175 -1.129
0.26010
TreatmentTypical -2.03571 1.55732 -1.307
0.19263
TreatmentIntensive:SiteLB -2.25571 1.55732 -1.448
0.14904
TreatmentReference:SiteLB -2.25333 1.60382 -1.405
0.16156
TreatmentSingle Tree:SiteLB 0.43286 1.99213 0.217
0.82821
TreatmentTypical...
2010 Apr 12
3
$(link).previous("input[type=hidden]") is undefined
I am getting this error when trying to use the remove link explained
in the Railscast:
http://railscasts.com/episodes/197-nested-model-form-part-2
error:
$(link).previous("input[type=hidden]") is undefined
remove_fields()applic...1065175 (line 6)
function onclick(event) { remove_fields(this); return false; }()1
(line 2)
[Break on this error]