Displaying 4 results from an estimated 4 matches for "rating3".
Did you mean:
rating
2006 Jun 06
0
Get value from form using rjs, and problem with Safari
...d => "change") %>
</div>
</div>
<%= submit_tag ''Send'' %>
<%= end_form_tag %>
helper:
module AdminHelper
def q_item(row, col)
return select("row"+row.to_s, "col"+col.to_s, %w{ Text Rating3
Rating4 ListItem GrantAccess},
{:include_blank => true},
{ :onchange => remote_function(
:url => {
:action => :change_div,
:id => "form"+row.to_s + "...
2006 Jun 06
1
Getting value of form using Ajax (and problems with Safari)
...rm1_2" },
:id => "change") %>
</div>
</div>
<%= submit_tag ''Send'' %>
<%= end_form_tag %>
helper:
Code:
module AdminHelper
def q_item(row, col)
return select("row"+row.to_s, "col"+col.to_s, %w{ Text Rating3
Rating4 ListItem GrantAccess},
{:include_blank => true},
{ :onchange => remote_function(
:url => { :action => :change_div,
:id => "form"+row.to_s + "_" + col.to_s } ) } )
end
def to_question_item_form
id = params[:id]...
2006 Mar 07
10
Star Rating Component?
Hi,
I''m looking for a star rating component for RoR, a bit like Votio
(http://redalt.com/downloads/ - find the votio heading) or the star
rating used on Amazon.
I don''t really need the AJAX capabilities, just the ability to bind the
results to a hidden drop down, or radio inputs.
Multiple raters per page is also an issue.
Any recomendations?
--
Posted via
2010 Mar 04
0
Conditional Logistic Regression in R
...is can get data directly form MySQL. Unfortunately, I'm
novice in R and I can't calculate the probability using the predict function
when trying to get out of sample forecasts.
The code I use to built the regression is and generate predictions is:
predict (clogit (place ~ rating1+ rating2+rating3+strata(event_id), data =
a), b, type = "expected")
Here "a" - my original data, "b" - the new data, for which I want to
calculate probabilities. The sample is grouped by number of the event
(event_id).
What am I doing wrong? When I try to calculate the probability of...