search for: sepr

Displaying 5 results from an estimated 5 matches for "sepr".

Did you mean: sep
2006 Apr 30
8
format numbers as words
Does anyone know if there is a function available which can format any entered number as words? eg: ''1234'' would be ''One Thousand Two Hundred and Thirty Four'' In the past, I would have said this is a tall order, but from what I''ve seen with playing with rails for a short time, I don''t know what to expect. :) Thanks for any help, Damien
2010 Sep 11
3
confidence bands for a quasipoisson glm
...,y, type="l", ylim=c(0,15), lty=2, xlab="Distance [scaled log.]", ylab="Number of used plant", las=1) ilogit<-function(x) exp(x)/(1 + exp(x)) logit <-function(x) log(x/(1 - x)) newdat$logitpred <- predict(gm6, newdata=newdat, type="link") newdat$sepred <- predict(gm6, newdata=newdat, type="link", se.fit=TRUE)$se.fit newdat$logitlower <- newdat$logitpred-1.96 * newdat$sepred newdat$logitupper <- newdat$logitpred+1.96 * newdat$sepred newdat$upper <- ilogit(newdat$logitupper) newdat$lower <- il...
2008 Nov 05
2
puzzled by cat() behaviour when argument '...' is a vector (and argument 'sep' contains "\n")
...this behaviour ---------------------------------------------------------------------------- ##### "\n" I have looked a bit into the source code (lines 468-630 in builtin.c in src/main) and found out, as variable pwidth is set to 1 in line 504, i.e.; if (strstr(CHAR(STRING_ELT(sepr, i)), "\n")) nlsep = 1; /* ASCII */ the code in lines 622-23, i.e.; if ((pwidth != INT_MAX) || nlsep) Rprintf("\n"); is responsible for the newline. Is this really intended? ##### separators, not terminators Another look shows that, contrary to what is said in...
1997 May 25
1
R-alpha: generic write()
...a bit inconsistent: R> cat(x, sep = "&") 1&2&3&4R> cat(x, sep = "&\n") 1& 2& 3& 4 R> Actually, a final newline is added whenever sep contains a newline. >From src/main/builtin.c: nlsep = 0; for (i = 0; i < LENGTH(sepr); i++) if (strstr(CHAR(STRING(sepr)[i]), "\n")) nlsep = 1; ... if ((pwidth != INT_MAX) || nlsep) Rprintf("\n"); I am not sure this is the right thing to do. (In particular, it makes it rather messy to incrementally build data files wi...
2003 Oct 27
92
Help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 dragen@pbsi.org ?rta: | I am hacing trouble. I can see my linux box from my windows box, I can connect | and browse but I cant delete or modify files. Do I have something wrong? | | The is my smb.conf | | [global] | netbios name = dragenlinux | server string = "DragenLinux" | workgroup = WORKGROUP | security = share | log file =