Displaying 2 results from an estimated 2 matches for "functionreliable".
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,
2006 Mar 17
0
parameter constraints in sem
...Ontario, Canada
http://socserv.mcmaster.ca/jfox/
---------------------------------
Original message:
[R] parameter constraints with sem
James Fowler jhfowler at ucdavis.edu
Thu Mar 16 11:37:54 CET 2006
* Previous message: [R] Did I use "step" function correctly? (Is
R's step() functionreliable?)
* Next message: [R] Bioconductor package on linux machine
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I would like to constrain three of the parameters I am estimating using
sem (strucutral equation model package) but do not know how.
Specifically, I would like to us...