Displaying 3 results from an estimated 3 matches for "kunnavakkam".
2005 Aug 03
4
R CMD build error
Dear list,
I try to update the prabclus package.
R CMD check works nicely, no warnings, good results in all tests.
However, building the package fails:
ginkgo:/disk5/home/chrish/RAusw/libsrc R CMD build prabclus
* checking for file 'prabclus/DESCRIPTION' ... OK
* preparing 'prabclus':
* checking whether 'INDEX' is up-to-date ... OK
* removing junk files
* building
2006 Feb 16
2
fitting non-liner curves
Dear Sir/Madam,
I have two vectors say x<-c(0,0,2.73,3.42,3.95,4.26)
and y<-c(0.0,0.5,1.20,1.90,2.6,3.3). I want to fit y as a function of x and
get the equation.Do I have to use glm() ?
Rangesh
[[alternative HTML version deleted]]
2005 Aug 06
1
help regarding functions & loops
I am new to R,so excuse me if its too basic. I have a vector of scores
S= {s1,s2,s3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sn}
n could be very large.
I want to find p-value for each score and I have the formula
pvalue= 1-exp(-exp(S))
so any ideas how to get this new vector P={p1,p2,p3,p4,p5....pn}
thankyou in advance
Rangesh