search for: testform

Displaying 3 results from an estimated 3 matches for "testform".

Did you mean: testfor
2006 Apr 10
3
form_remote_tag can only have one submit button?
I setup a form_remote_tag with several submit buttons, all of them share the same name ( ''do_action'' ) and their values differ. eg. button1 named do_action with value ACTION1 button2 named do_action with value ACTION2, etc No matter which button I press the value passed is always the one defined for the first of these buttons ( the correct value associated with the pressed
2006 Aug 01
0
checking form submission
...if cgi[''myquery_input_submit''] == ''1'' test = 1 else test = ''none'' end %> <%= test %> <%= ''my input'' + cgi[''myquery_input_submit''].to_s%> <form action="http://127.0.0.1/~josephmoore/testForm.rhtml" method="post" accept-charset="utf-8"> <div> <textarea name="myquery" rows="8" cols="40"></textarea> <br /> <input type="submit" value="Submit" /> <input type="hidden&...
2019 Oct 04
0
Error in [.terms
...n my survival code.? At the useR conference I promised you a detailed (readable) explanation, and have been lax in getting it to you. The error was first pointed out in a bugzilla note from 2016, by the way.? The current survival code works around these. Consider the following formula: <<testform>>= library(survival)? # only to get access to the lung data set test <- Surv(time, status) ~? age + offset(ph.ecog) + strata(inst) tform <- terms(test, specials="strata") mf <- model.frame(tform, data=lung) mterm <- terms(mf) @ The strata term is handled in a special wa...