search for: myrmail

Displaying 7 results from an estimated 7 matches for "myrmail".

Did you mean: mymail
2010 Jan 11
0
Exponential regression
...an intercept term -- y = a + c*exp(b*x) You need nonlinear least-squares or maximum likelihood to fit it. Larry Hotchkiss ----------------------------------------------------------------------------------- Date: Sun, 10 Jan 2010 16:44:02 -0500 From: "Murray Cooper" <myrmail at earthlink.net> To: "chrisli1223" <chrisli at austwaterenv.com.au>, <r-help at r-project.org> Subject: Re: [R] R exponential regression Message-ID: <1FA457DC6FE04DE4AB2541D89D2D05C1 at ownerc86c2419d> Content-Type: text/plain; format=flowed; charset="iso-8859-1...
2009 Mar 29
2
Burt table from word frequency list
Dear all, I have a word frequency list from a corpus (say, in .csv), where the first column is a word and the second is the occurrence frequency of that word in the corpus. Is it possible to obtain a Burt table (a table crossing all words with each other, i.e., where rows and columns are the words) from that frequency list with R? I'm exploring the "ca" package but I'm
2010 Feb 20
1
Problem with installing "genetics" package
I have tried to install the "genetics" package and am getting and error. The log is below. For information, I am using R 2.10.1 on the Windows XP operating system. The mirror site I'm using is Michigan Technological University. Your help in this matter will be greatly appreciated. Murray M Cooper, PhD Richland Statistics 9800 North 24th St Richland, MI, USA 49083
2009 Jul 02
2
Using sapply to build a count matrix
Dear All, I am new to R and slowly learning how to use the system. The following code is an exercise I was trying. The intent is to generate 10 random samples of size 5 from a vector with integers 1:10 and 2 missing values. I then want to generate a matrix, for each sample which shows the frequency of missing values (NA) in each sample. My solution, using sapply is at the end. If anyone has the
2009 Jan 17
4
Where to find the source codes for the internal function in stats package
Dear all, I want to see the source codes for "dchisq(x, df, ncp=0, log = FALSE)", but cannot find it. I input "dchisq" in the R interface, and then enter, the following message return: > dchisq /*****************************************************/ function (x, df, ncp = 0, log = FALSE) { if (missing(ncp)) .Internal(dchisq(x, df, log)) else
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...as the NEAREST co-occurence (so      the cat and the rate chased the dog would count as two at delta=3 but not one at delta=6) it will be trickier and I'm not sure this approach can be modified to handle it. > Date: Sun, 29 Mar 2009 22:20:15 -0400 > From: "Murray Cooper" <myrmail@earthlink.net> > Subject: Re: [R] Burt table from word frequency list > > The usual approach is to count the co-occurence within so many words of > each other.  Typical is between 5 words before and 5 words after a > given word.  So for each word in the document, you look for the...
2009 Jan 19
1
Question about contributed packages
I am working on a methodology for qualifying R, for GLP and GCP. If I quailfy only the base R install, with no contributed packages, it seems relatively simple to qualify R. However, from time to time I will want to use a contributed package. If I use a contributed package, does it leave anything behind that will be loaded with the next invocation of R? Suppose I run R and use a contributed