Displaying 2 results from an estimated 2 matches for "commento".
Did you mean:
comment
2008 Apr 14
2
Problems with nil object
..._id => params[:post_id])
if flash[:comment]
@comment = flash[:comment]
else
@comment = Comment.new
end
end
def save_comment
if request.post?
@comment = Comment.new(params[:comment])
if @comment.save
flash[:notice] = "Commento inserito con successo"
redirect_to("/home/show_comment/" +
params[:comment][:post_id])
else
flash[:comment] = @comment
redirect_to("/home/add_comment/" + params[:comment][:post_id])
end
end
end
end
and three views, i...
2006 Feb 10
1
glmmPQL and random effects
Hello R users,
I am trying to run a model with a binary response variable (nesting
success: 0 failure, 1 success) and 8 fixed terms. Nesting success was
examined in 72 cases in 34 territories (TER) during a 6 study years.
Territories are nested within 14 patches (PATCH). I want to run a model
taking into account these nested factors and repeated observation. To do
this, I assume that the best