
compare
.
strategy(g, method, int, int.adj, model)
strategy
depends on the strategy selected in the
call to compare
. For example, if method[1] = "lsq"
, strategy
will return
a matrix of regression coefficients, whereas if method[1] = "boot"
, strategy
will return a list containing values returned by bootval
.
compare
.