search for: mathnmap

Displaying 4 results from an estimated 4 matches for "mathnmap".

Did you mean: mathnmaps
2009 Aug 13
1
prop.test() - need algorithm or reference
...ear 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
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
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