Displaying 4 results from an estimated 4 matches for "earg".
Did you mean:
arg
2005 Aug 15
3
paste / system mystery
Dear R wizards:
under R-2.1.0:
eargs <- 3:5;
line <- paste(c("echo A B", eargs));
cat("executing from R: '", line, "'\n");
system(line);
Oddly, only "A" and "B" are echoed, not the eargs. I had hoped that
line would be one string at this point, and for printing this s...
2009 Aug 21
2
using loglog link in VGAM or creating loglog link for GLM
...If I run the same model using cloglog as the link, I get a result that
looks like the result I get using cloglog in GLM. This is a bad fit
for my data, however, as I have many more zeros than ones. The help
document for loglog states that NaNs are produced when theta is close
to 1 unless earg is used. I am confused as to how to properly use the
earg parameter (and why I do not need it for cloglog despite having
many zeros), leading me to wonder whether the loglog link here is
really what I think it is (the compliment of cloglog). Again, any
insights as to what I am missing wou...
2008 Dec 27
1
Zipf fitting using R
...t I have. Here's the snippet that I use:
library(VGAM)
X <- read.table(file("~\\mydata.txt", encoding="latin1"))
w <- as.vector(t((X[2])))
w <- w/sum(w)
y <- (1:length(w))
fit = vglm (y ~ 1, zipf, tra=TRUE, weight=w)
zipf(N=NULL, link="loge", earg=w, init.s=NULL)
coef(fit, matrix=FALSE)
Though R returns the necessary values, I am not entirely sure if this value
returned (by the last command),is log(s) or log(-s), where s is the zipf
exponent.
Any clarification would be greatly appreciated! Thank you in advance!
[[alternative H...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*