Displaying 2 results from an estimated 2 matches for "formulari".
Did you mean:
formular
2008 Aug 26
0
restfull authentification
Hi,
When I open an authentification page in firefox my login-password are
accepted in a web formulary.
In Internet explorer I have a window (authentification popup of
windows?)
to fill. The same login-password don''t pass. (OS : Vista).
on the other hand if I push cancel button in this window I come back in
a web formulary as with firefox, then I can pass the authentification.
Is there
2006 Mar 16
3
Did I use "step" function correctly? (Is R's step() function reliable?)
Hi all,
I put up an exhaustive model to use R's "step" function:
------------------------
mygam=gam(col1 ~ 1
+ col2 + col3 + col4
+ col2 ^ 2 + col3 ^ 2 + col4 ^ 2
+ col2 ^ 3 + col3 ^ 3 + col4 ^ 3
+ s(col2, 1) + s(col3, 1) + s(col4, 1)
+ s(col2, 2) + s(col3, 2) + s(col4, 2)
+ s(col2, 3) + s(col3, 3) + s(col4, 3)
+ s(col2, 4) + s(col3, 4) + s(col4, 4)
+ s(col2, 5) + s(col3,