Displaying 11 results from an estimated 11 matches for "ghein".
Did you mean:
rhein
2009 Aug 13
1
prop.test() - need algorithm or reference
...is not
clear on this. Is this a standard algorithm that can
be quoted by name (e.g., "Two-sample T Test")? I
do note that the manual quotes a 1927 article by E.B.
Wilson. Is the method of computation explained there?
Thank you for any assistance you can provide.
George Heine
gheine at mathnmaps.com
2004 Mar 29
6
How to purchase R on CD
...y clues would be appreciated!
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
George Heine, PhD
Mathematical Analyst
National IRM Center
U.S. Bureau of Land Management
voice (303) 236-0099
fax (303) 236-1974
cell (303) 905-5382
pager gheine at my2way.com
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
2004 Mar 29
6
How to purchase R on CD
...y clues would be appreciated!
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
George Heine, PhD
Mathematical Analyst
National IRM Center
U.S. Bureau of Land Management
voice (303) 236-0099
fax (303) 236-1974
cell (303) 905-5382
pager gheine at my2way.com
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
2005 Mar 29
4
slide show with R
...would be much appreciated.
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
George Heine, PhD
Mathematical Analyst
National IRM Center
U.S. Bureau of Land Management
voice (303) 236-0099
fax (303) 236-1974
cell (303) 905-5382
pager gheine at my2way.com
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
2005 Apr 29
3
generalized matrix product ?
...Hope this is clear - thanks!
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
George Heine, PhD
Mathematical Analyst
National IRM Center
U.S. Bureau of Land Management
voice (303) 236-0099
fax (303) 236-1974
cell (303) 905-5382
pager gheine at my2way.com
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>t
2009 Dec 24
2
Locating code that is outside of functions in R scripts
Working with a number of scripts (text files with R commands) that I
"source" into R sessions from time to time.
The source() command is most convenient (at least for me)
if it only loads function definitions, and doesn't otherwise change the
interactive environment. For example, I might have a file that looks like
func1<-function() {
code
code
code
}
# this
2011 Oct 11
3
Chi-Square test and survey results
An organization has asked me to comment on the validity of their
recent all-employee survey. Survey responses, by geographic region,
compared
with the total number of employees in each region, were as follows:
> ByRegion
All.Employees Survey.Respondents
Region_1 735 142
Region_2 500 83
Region_3 897 78
2005 May 26
2
warnings from hist(): parameter XXX couldn't be set in high-level plot functionN
...ows.)
Thanks for your help !
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
George Heine, PhD
Mathematical Analyst
National IRM Center
U.S. Bureau of Land Management
voice (303) 236-0099
fax (303) 236-1974
cell (303) 905-5382
pager gheine at my2way.com
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
2004 Jan 09
1
degree-min-sec data
...t;)) ?
Thanks for your assistance.
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
George Heine, PhD
Mathematical Analyst
National IRM Center
U.S. Bureau of Land Management
voice (303) 236-0099
fax (303) 236-1974
pager (303) 826-8182 or gheine at my2way.com
<>=<>=<>=<>=<>=<>=<>=<>=<>=<>=<>
2011 Feb 04
1
Quadratic regression: estimating the maximizing value
A bioligist colleague sent me the following data.
x Y
3 1
7 5
14 8
24 0
(Yes, only four data points.) I don't know much about the
application, but apparently there are good empirical
reasons to use a quadratic model.
The goal is to find the X value which maximizes the
response Y, and to find a confidence interval for this X
value.
Finding the maximizing X value is pretty
2007 Aug 16
0
Linear models and a simple time series
Working on modeling a wild animal population. Two data vectors: the herd
count from year to year (estimated by a
sampling procedure), and the number of animals killed by hunters. Task is
to find the natural growth rate of the herd
(A simplification, but preserves the essentials.)
My question is whether the R procedure lm() is an appropriate tool to
estimate the growth rate.
year