search for: sstory

Displaying 3 results from an estimated 3 matches for "sstory".

Did you mean: story
2005 Nov 30
8
Solving Systems of Non-linear equations
...or the parameters that describe the beta distribution (a,b) given the mean and variance. mean = a/(a+b) variance = (a*b)/(((a+b)^2) * (a+b+1)) Any help as to where to start would be welcome. -- Scott Story Graduate Student MSU Ecology Department 319 Lewis Hall Bozeman, Mt 59717 406.994.2670 sstory at montana.edu
2005 Nov 30
1
Solution to non-linear equation problem
...na for students to get free information (hadn't even crossed my mind). Just as an aside, I take it that R cannot solve non-linear equations (since you all gave me solutions outside of it). -- Scott Story Graduate Student MSU Ecology Department 319 Lewis Hall Bozeman, Mt 59717 406.994.2670 sstory at montana.edu
2005 Nov 30
1
Loop within nlme
...Proc Nlmixed data=Mall tech=quanew method=gauss maxiter=1000; parms B0=0; p=1; do i=0 TO t-1; logit=B0; p=p*(exp(logit)/(1+exp(logit))); end; model ifate~binomial(1,p); -- Scott Story Graduate Student MSU Ecology Department 319 Lewis Hall Bozeman, Mt 59717 406.994.2670 sstory at montana.edu