search for: 3dtrue

Displaying 20 results from an estimated 26 matches for "3dtrue".

2005 Oct 20
1
Windows 2000 crash while using rbind (PR#8225)
Windows 2000 reports that "Rgui.exe has generated errors and will be = closed by Windows. You will need to restart the program." when using = rbind.=20 df1 <- data.frame(cbind(x=3D1, y=3D1:1000), fac=3Dsample(LETTERS[1:3], = 1000, repl=3DTRUE)) df2 <- data.frame(cbind(x=3D1, y=3D1:10), fac=3Dsample(LETTERS[4:6], = 10, repl=3DTRUE)) df3 <- data.frame(cbind(x=3D1, y=3D1:1000000), = fac=3Dsample(LETTERS[1:3], 1000000, repl=3DTRUE)) df4 <- rbind(df1,df2) df5 <- rbind(df2,df3) =20 =20 Since this only happens intermittantly an...
2006 Oct 10
3
possible bug? (PR#9285)
...http://www.clemson.edu/economics/faculty/wilson/ =20 which works perfectly in Rv2.2.0; after installing from a local zip and loading I find: =20 USING R version 2.2.0 =20 > local({pkg <- select.list(sort(.packages(all.available =3D TRUE))) + if(nchar(pkg)) library(pkg, character.only=3DTRUE)}) Loading required package: KernSmooth KernSmooth 2.22 installed Copyright M. P. Wand 1997 FEAR (Frontier Efficiency Analysis with R) 0.913 installed Copyright Paul W. Wilson 2005 > =20 and everything works well. =20 On the other hand with R version 2.4.0, although the package install...
2009 Jun 18
1
Inverting a square... (PR#13762)
...slightly more complicated. Will soon be committed to R-Patched (aka 2.9.1 beta). -p rvaradhan at jhmi.edu wrote: > Full_Name: Ravi Varadhan > Version: 2.8.1 > OS: Windows > Submission from: (NULL) (162.129.251.19) >=20 >=20 > Inverting a matrix with solve(), but using LAPACK=3DTRUE, gives erroneo= us > results: Thanks, but there seems to be a much easier fix. Inside coef.qr, we have coef[qr$pivot, ] <- =2ECall("qr_coef_real", qr, y, PACKAGE =3D "base")[seq_len(p)] which should be [seq_len(p),] (otherwise, in the matrix case, the RHS will recycle...
2008 Nov 27
1
par(ask=TRUE) and devAskNewPage(ask=TRUE) not working
..., lines and texts) I would like to click 'enter' to see the next complete plot (again the plot itself, lines and texts) and so on. par(ask=TRUE) and devAskNewPage(ask=TRUE) is not working, unfortunately? Any Ideas? Regards -- View this message in context: http://www.nabble.com/par%28ask%3DTRUE%29-and-devAskNewPage%28ask%3DTRUE%29-not-working-tp20718320p20718320.html Sent from the R help mailing list archive at Nabble.com.
2008 Aug 07
1
Bug in format.default(): na.encode does not have any effect for (PR#12318)
...ic vector, na.encode argument does not have any e= ffect. This was reported before: - https://stat.ethz.ch/pipermail/r-help/2007-October/143881.html - http://tolstoy.newcastle.edu.au/R/e2/devel/06/09/0360.html It works for other (say character) classes! > format(c("a", NA), na.encode=3DTRUE) [1] "a " "NA" > format(c("a", NA), na.encode=3DFALSE) [1] "a" NA I explored this a bit and found out that format.default() uses prettyNum(.I= nternal(format(...))) for formatting the logical, numeric, complex, ... classes. Simple tests (se= e bellow) sh...
2009 Dec 15
1
Antwort: Re: R on Windows crashes when using certain (PR#14143)
...;=20 > > I can reproduce the bug on two separate systems running Windows XP,=20 and with > > both R 2.10.0 and the latest R.2.10.1 RC. > >=20 > > The following commands trigger the crash for me: > >=20 > > n=3D1e5 > > k=3D10 > > x=3Dsample(k,n,replace=3DTRUE) > > y=3Dsample(k,n,replace=3DTRUE) > > xy=3Dpaste(x,y,sep=3D" =D7 ") > > z=3Dsample(n) > > d=3Ddata.frame(xy,z) > >=20 > > The last step takes very long time, and R crashes before it's=20 finished. Note > > that if I reduce n, the problem dis...
2006 Nov 06
5
memory issues with new release (PR#9344)
Full_Name: Derek Elmerick Version: 2.4.0 OS: Windows XP Submission from: (NULL) (38.117.162.243) hello - i have some code that i run regularly using R version 2.3.x . the final step of the code is to build a multinomial logit model. the dataset is large; however, i have not had issues in the past. i just installed the 2.4.0 version of R and now have memory allocation issues. to verify, i ran
2006 May 30
0
(PR#8905) Recommended package nlme: bug in predict.lme when an independent variable is a polynomial
...; recent response to another query applies here: lmer is more standard an= d I > > suggest you try it instead. (I don't think anyone is going to be > > rewriting lme to use model.frame: it is essentially in maintainence mod= e.) > > Another workaround is to use poly(..., raw=3DTRUE). I don't actually see > anything in this report using predict.lme, but compare > > > predict(fm, Newdata) > M01 M01 M01 M01 M02 M02 > 21.01353 25.63852 32.30504 38.59640 17.24007 21.86507 > attr(,"label") > [1] "Predicted v...
2007 Oct 10
4
gregexpr (PR#9965)
Full_Name: Peter Dolan Version: 2.5.1 OS: Windows Submission from: (NULL) (128.193.227.43) gregexpr does not find all matching substrings if the substrings overlap: > gregexpr("abab","ababab") [[1]] [1] 1 attr(,"match.length") [1] 4 It does work correctly in Version 2.3.1 under linux.
2008 Aug 07
1
package.skeleton does invalide regular name, bis... (PR#12020)
...ot;)), it does not reconize titi.R as a regular name, change it to toto/ztiti.R and we get an error on riri/loulou.R Christophe --- 8< --------------------- > package.skeleton(name=3D"miniKml",code_files=3Dc("miniKml/R/global.R","mi= niKml/R/global2.R"),force=3DTRUE) Cr=E9ation des r=E9pertoires... Cr=E9ation de DESCRIPTION... Cr=E9ation de 'Read-and-delete-me'... Recopiage des fichiers de code... Erreur dans file.rename(from =3D file.path(code_dir, bn), to =3D file.path(code_dir, : 'source' doit =EAtre une cha=EEne de caract=E8res u= nique...
2007 Dec 11
2
range( <dates>, na.rm = TRUE ) (PR#10508)
(Drats! Jitterbug is playing tricks with the PR# again. Attempting to refile so that we can kill PR#10509) Peter Dalgaard wrote: > Kurt.Hornik at wu-wien.ac.at wrote: > =20 >> ------- Start of forwarded message ------- >> Date: Tue, 13 Nov 2007 21:44:57 +0100 >> To: Steve Mongin <sjm at ccbr.umn.edu> >> Cc: cran at r-project.org >> Subject: Re: range(
2007 Jun 26
0
boxplot and bxp do not respect xlim by default (PR#9756)
...an=20 I have time for right now, so I'll leave it for someone else (or for=20 myself in a less busy future, which may exist in some alternate universe). What I'd suggest you do in the short term is simply to set up the plot=20 axes the way you want before calling bxp, then call it with add=3DTRUE. Duncan Murdoch = *******************************************************************=0D=0A= This email and any attachments are confidential. Any use, co...{{dropped}}
2007 Sep 29
2
resetting par() to all defaults: par(reset=TRUE) ?
In a long session, producing multiple graphs, I sometimes repeatedly change par() settings, particularly with multi-row/col displays. If I'm using a script, I'll do op <- par(newsettings) ... plots ... par(op) but sometimes I do things on the fly and can't easily back out to the default settings. I'm looking for someway to do the equivalent of par(reset=TRUE) I suppose I
2008 Jun 06
1
Error Message (PR#11602)
...ome demos, 'help()' for on-line help, or 'help.start()' for a HTML browser interface to help. Type 'q()' to quit R. [Previously saved workspace restored] > local({pkg <- select.list(sort(.packages(all.available =3D TRUE))) + if(nchar(pkg)) library(pkg, character.only=3DTRUE)}) > library(GOAT) > initGOAT() [1] "Showing the Tk GUI..." [1] "Analyzing enrichment..." Done. > > write.table(1h.txt.proc, file=3D"1h.proc.xls", sep=3D"\t",quote=3DF, col.= names=3DF, row.names=3DF) Error: syntax error I checked the file names,...
2005 Mar 09
1
AIX/Samba vs. Large Files
I'm having trouble getting Samba 3.0.11 working properly on AIX 5.1.0.0. ?I've got a share set up, and I can connect fine, but I can't get it to transfer files >1GB. ?I've already set ulimit fsize to -1, and I can transfer large files via scp to the same directory just fine. ?The directory is on a JFS volume. There are no quotas on this system. I've even tried adding
2009 Aug 07
0
Bug in nlm, found using sem; failure in several flavors (PR#13882)
...aving workspace > 4: exit R saving workspace > Selection: 1 > aborting ... > Segmentation fault > swiss:data$ > > (no core was dumped). > > Trying with debug mode provides other interesting errors: > >> ice.sem <- sem(ram=3Dice.ram, S=3Dice.S, N=3Dice.N, debug=3DTRUE) > > ...gets up to some iteration (not always 15), and then R dies ungracefull= y, > and exits to the shell: > > iteration =3D 15 > Step: > =A0[1] =A01.253132e-02 =A01.183343e-02 -7.651342e-03 -2.490800e-03 =A02.2= 78938e-03 > =A0[6] =A03.197431e-04 =A06.137849e-04 -2.496882...
2009 Aug 07
1
Bug in nlm, found using sem; failure in several flavors (PR#13883)
...rkspace >> Selection: 1 >> aborting ... >> Segmentation fault >> swiss:data$ >> >> (no core was dumped). >> >> Trying with debug mode provides other interesting errors: >> >>> ice.sem <- sem(ram=3Dice.ram, S=3Dice.S, N=3Dice.N, debug=3DTRUE) >> >> ...gets up to some iteration (not always 15), and then R dies ungraceful= ly, >> and exits to the shell: >> >> iteration =3D 15 >> Step: >> =A0[1] =A01.253132e-02 =A01.183343e-02 -7.651342e-03 -2.490800e-03 =A02.= 278938e-03 >> =A0[6] =A03.1974...
2008 Feb 08
0
xspline(..., draw=FALSE) fails if there is no open device (PR#10728)
...xspline was called with draw =3D FALSE (and even before getting th= e argument > draw into do_xspline). It seems that graphics device is needed somewher= e even > with draw =3D FALSE, since moving the GCheckState() test after findig = the value > draw, and executing the test only if draw=3DTRUE gave NaN as the numeri= c output.=20 > > If this is documented behaviour, the documentation escaped my attention= and beg > for pardon. It may be useful to add a comment on the help page saying t= hat an > open graphics device is needed even when unused with draw=3DFALSE. > > =2...
2014 Dec 01
0
No subject
...4051b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <p dir=3D"ltr">From my original reply.<br> Open the /etc/default/icecast2 file as root in an editor. The last line nee= ds to be changed to</p> <p dir=3D"ltr">ENABLE=3Dtrue<br> It still looks like it is set to <br> ENABLE=3Dfalse</p> <br><div class=3D"gmail_quote"><div dir=3D"ltr">On Tue, Aug 25, 2015, 7:58 = AM=C2=A0 &lt;<a href=3D"mailto:Nick at 4points.ca">Nick at 4points.ca</a>&g...
2006 Feb 10
2
Sudden Strange Webrick Error: Errno::ECONNABORTED
Hello, I''ve been developing an application (on Windows), and everything was going pretty well, but I suddenly began getting this weird error back from Webrick after submitting something through ajax, and only through ajax. I''m submitting a form through ajax, and it is being process properly - with all the interaction with the database happening without problem. The response