Displaying 2 results from an estimated 2 matches for "fieldcrop".
Did you mean:
fieldcrops
2005 May 18
1
SAMM package for mixed models
...(off list) by people
requesting information about SAMM and so I am posting this information
here.
SAMM is software for fitting mixed models. Versions are available for
both S-Plus and R. More information and downloads of the software (and
manual) are available here:
http://www.dpi.qld.gov.au/fieldcrops/14715.html
This URL appears not to be indexed by Google, which is part of the reason
I am posting this.
Here are some personal, random notes about the package:
SAMM is commercial software and requires a (non-free) license. You can
test the software for free for 30 days.
SAMM is short for Spat...
2006 Sep 28
0
Using assign() function as I did in Splus
...e object data was used in, say a call to glm,
and I wished to do a summary of the glm object, data wasn't otherwise
visible.
Since I moved to R, the lexical scoping has virtually eliminated the
need to do that. However, I've been trying to use the package samm
http://www2.dpi.qld.gov.au/fieldcrops/14715.html
It seems to me to be developed for Splus and ported to R (and then
mostly only for Windows). There is a binary version for Linux, but
it's for R-1.9.x which means it's virtually useless. There's a huge
number of functions in the package, and it's not easy to work out...