Displaying 2 results from an estimated 2 matches for "lab_8".
Did you mean:
lab8
2009 Dec 28
2
How to get parameters to controller from view using <input tag?
...head>
<h1> Type your number and press link </h1>
<p> Time is <%= @time %> </p>
<form action="result" name="post" method="post"/>
<input type="image" src="c:\Users\Vero\My Documents\Aptana Studio
Workspace\Lab_8\public\images\rails.png" align="top">
<input type="text" align="left" value="0x">
</form>
<p> <%= link_to "Result", :action => "result" %> </p>
</html>
<!DOCTYPE HTML PUBLIC &quo...
2012 Nov 21
1
update fit (removing insignificant variables)
...? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.037928 * ?
Lab_2 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.030423 * ?
Lab_4 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.616122 ? ?
Lab_7 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.101278?
Lab_8 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.44e-06 ***
Lab_12 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0.003181 **?
Lab_14 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0.096809?
I need to update my model with significant ones.
I know if I want t...