Displaying 12 results from an estimated 12 matches for "wtfm".
Did you mean:
rtfm
2005 Apr 15
1
pp-test in timeseries
TestĀ for stationarity (pp-test). In R source code all other command executions I understood, but how I am getting the ssqrtl value
ssqrtl <- .C ("R_pp_sum", as.vector(u,mode="double"), as.integer(n),
as.integer(l), trm=as.double(ssqru), PACKAGE="ts")
please explain the above command.
Thanks in advance
Ramesh
[[alternative HTML version
2003 Oct 16
1
Calling R from C/C++
Hi !
I'm totally strange to R. And started downloading/reading dox because my gf.
is using it in her university project.
Now the problem sounds like this:
I need to make a module/lib that will allow to call easaly R code/functions
from C++ (C++ Builder 6). Is it possible without using any intermediate
things like R-DCOM ?
Please help !
P.S.
Sorry ... no time for RTFM. Any idea/hint is
2013 Dec 08
3
Why daisy() in cluster library failed to exclude NA when computing dissimilarity
Hi,
According to daisy function from cluster documentation, it can compute
dissimilarity when NA (missing) value(s) is present.
http://stat.ethz.ch/R-manual/R-devel/library/cluster/html/daisy.html
But why when I tried this code
library(cluster)
x <- c(1.115,NA,NA,0.971,NA)
y <- c(NA,1.006,NA,NA,0.645)
df <- as.data.frame(rbind(x,y))
daisy(df,metric="gower")
It gave this
2007 Sep 14
2
unbalanced effects in aov
Hi, I have been having some trouble using aov to do an anova, probably because I'm not understanding how to use this function correctly. For some reason it always tells me that "Estimated effects may be unbalanced", though I'm not sure what this means. Is the formula I am using written incorrectly? Below is the code I am using along with the data:
> my.data
response
2006 Nov 14
2
how to check a R object's property
Hi,
I am writing a generic function and need to check if an arg is a data
frame or not. I could use
is.null(dim(x)) to get what i want. But i want to know if there is a
function which can tell me whether it is a list, a numeric vector, a
data frame, a factor and so on. Can R do that?
thanks.
--
Weiwei Shi, Ph.D
Research Scientist
GeneGO, Inc.
"Did you always know?"
"No, I did
2008 Oct 20
2
pass longer arguments to adj of text()
Hi,
text()'s pos does handle more dimensional labels, while adj does not -
or how can I pass an array to text() and use the adj argument (skyblue
text)?
plot(-1:1,-1:1)
text(c(0,0),c(0,0),c("a","b"),pos=c(1,2),col="red")
text(c(0,0),c(0,0),c("a","b"),adj=cbind(c(1,2),c(1,1)),col="skyblue")
Thomas
2011 Apr 18
1
R script in batch mode
Hello All!
I'm a new R user, with no much experience.
I have a R script (downloaded from internet) which has user interaction
using "readline()" function.
So as I have to run it repeatdly (with some different options) I was
planning to do it on a BATCH mode.
Is there any way to answer the "readline()" questions from a batch file?
How do I do that?
I'm using R under
2006 Sep 15
1
execution of source() command
Hi
Linux SuSE 10
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 2
minor 3.1
year 2006
month 06
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
I have two questions concerning the source("test.R") command.
1) Is there any
2010 Jun 22
1
Subject: Re ZINB by Newton Raphson??
I have not included the previous postings because they came out very strangely on my mail
reader. However, the question concerned the choice of minimizer for the zeroinfl()
function, which apparently allows any of the current 6 methods of optim() for this
purpose. The original poster wanted to use Newton-Raphson.
Newton-Raphson (or just Newton for simplicity) is commonly thought to be the
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
Dear all
When trying to install my package on Windows XP on my Mac, I get the
following error:
---------- Making package xps ------------
...
...
xpsDict.cxx
"C:\Programme\Microsoft Visual Studio 9.0\VC\bin/link" /dll /def:xps.def
/out:xps.dll fp10.obj -opt:noref -nologo -include:_G__cpp_setupG__Hist
-include:_G__cpp_setupG__Graf1 -include:_G__cpp_setupG__G3D
2005 Nov 27
4
gsub syntax
Hello
I know that R's string functions are not as extensive as those of Unix but
I need to do some text handling totally within an R environment because
the target is a Windows system which will not have the corresponding shell
utilities, sed, awk etc.
Can anyone explain the following gsub phenomenon to me:
>
2008 Dec 11
2
Validity of GLM using Gaussian family with sqrt link
Dear all,
I have the following dataset: each row corresponds to count of forest floor small mammal captured in a plot and vegetation characteristics measured at that plot
> sotr
plot cnt herbc herbht
1 1A1 0 37.08 53.54
2 1A3 1 36.27 26.67
3 1A5 0 32.50 30.62
4 1A7 0 56.54 45.63
5 1B2 0 41.66 38.13
6 1B4 0 32.08 37.79
7 1B6 0 33.71 30.62