search for: portuguese_brazil

Displaying 20 results from an estimated 20 matches for "portuguese_brazil".

2011 Feb 22
2
Plotting a functional time series
...;s no continuity in that direction. In other words, I wanted that the only lines appearing in the plot to be those corresponding to the pdf's f[,1],...f[,10]. Thanks once again, and best regards, Eduardo > sessionInfo() R version 2.11.1 (2010-05-31) i386-pc-mingw32 locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] rgl_0.92.798 Revobase_4.2.0 RevoScaleR_1.1-1...
2013 Apr 09
3
rep() fails at times=0.29*100
...#also shows correct values in values from 0 to 1 except for 0.29. I have confirmed that this behavior happens in more than one machine (though I only have session info of this one) > sessionInfo() R version 2.15.3 (2013-03-01) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 LC_MONETARY=Portuguese_Brazil.1252 [4] LC_NUMERIC=C LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] spatstat_1.31-1 deldir_0.0-21...
2011 Nov 29
1
Read TXT file with variable separation
...ad.table("sample1.txt", header=FALSE) Erro em scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : linha 1 n?o tinha 17 elementos Information about my session: > sessionInfo()R version 2.12.1 (2010-12-16)Platform: i386-pc-mingw32/i386 (32-bit) locale:[1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 ??[3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages:[1] stats ? ? graphics ?grDevices utils datasets ?methods ? base -- Atenciosamente, Raphael Saldanha saldanha.plangeo at gmail.com -------------- ne...
2013 Jan 23
1
cannot allocate memory block of size 2.7 Gb
...the same script and different computers with less memory capacity, so it seems to me that it is not a real memory problem. > memory.limit() [1] 6004 > memory.size() [1] 1361.88 > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 loaded via a namespace (and not attached): [1] grid_2.15.2 quadprog_1.5-4 stabledist_0.6-5 tools_2.15.2 [5] xtable_1.7-0 Please, s...
2011 Apr 04
1
RGtk2: How to populate an GtkListStore data model?
...minated in -1 value # but -1 crash the R-pckage (or the gtk)... gtkListStoreSet(object=datamodel, iter=iter, 0, "textFoo") # don't make any difference in the window... :-( ---- R version 2.13.0 alpha (2011-03-27 r55091) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 [2] LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 [4] LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods [7] base other attached packages: [1] RGtk2_2.20.8 loaded via a namespace (and...
2008 Jun 18
1
Error in bugs.run -- R2WinBUGS
...eWINE = useWINE, : * Look at the log file and try again with 'debug=TRUE' to figure out what went wrong within Bugs. In addition: Warning message: In pt(q, df, lower.tail, log.p) : NaNs produced > > sessionInfo() R version 2.7.0 (2008-04-22) i386-pc-mingw32 locale: LC_COLLATE=Portuguese_Brazil.1252;LC_CTYPE=Portuguese_Brazil.1252;LC_MONETARY=Portuguese_Brazil.1252;LC_NUMERIC=C;LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Epi_1.0.8 R2WinBUGS_2.1-8 coda_0.13-2 lattice...
2011 Feb 19
1
Building an array from matrix blocks
...system elapsed 0.27 0.00 0.26 > system.time(for (j in 1:10000) {X <- apply(B,c(1,2),sum)}) user system elapsed 1.82 0.02 1.86 Thanks in advance, and best regards, Eduardo Horta > sessionInfo() R version 2.11.1 (2010-05-31) x86_64-pc-mingw32 locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Revobase_4.2.0 RevoScaleR_1.1-1 lattice_0.19-13...
2017 Dec 21
1
develop.raw error ( adimpro )
...> bayer <- switch(extract.info( r ), RGGB = 1, GRBG = 2, BGGR = 3, GBRG = 4) > bayer NULL > sessionInfo() R version 3.4.2 (2017-09-28) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] grid????? stats???? graphics? grDevices utils datasets? methods [8] base other attached packages: [1] fields_9.0?????? maps_3.2.0?????? spam_2.1-...
2013 Aug 25
3
POSIXct bug for conversion of specific combinations of date and time
...mands: >range(time$convert) [1] NA NA >min(time$convert) [1] NA >time$convert[1] - time$convert[2] Time difference of NA secs Just in case it helps my session information area > sessionInfo() R version 2.15.1 (2012-06-22) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] grid_2.15.1 lattice_0.20-6 nl...
2009 Dec 22
0
Embed Fonts in All EPS files inside a Directory
...in32c.exe) Thank you for your attention, I hope you may help me. Below are my session details: I execute R as admin on a Windows Vista Home Premium SP2 I’ve set up the R_GSCMD environment variable accordingly R version 2.10.1 (2009-12-14) i386-pc-mingw32 locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] grDevices datasets splines graphics stats tcltk utils [8] methods base other attac...
2011 Jan 26
0
Greek letters in CairoPDF
...eta)^2), xlab=expression(eta), ylab=expression(f(eta))) > dev.off() leaves a blank where it should display the etas. Any ideas here? (session info below) Thanks in advance and best regards, Eduardo ---- > sessionInfo() R version 2.11.1 (2010-05-31) i386-pc-mingw32 locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Cairo_1.4-5
2011 Mar 27
1
gtk, RGtk2 and error in callback: delet_event in mai window
...> ##################################### > *Error in function () : * * unused argument(s) (<pointer: 0x017ca000>, <pointer: 0x017db218>)* > > ######### > > sessionInfo() R version 2.12.2 (2011-02-25) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RGtk2_2.20.8 >
2012 Apr 26
0
Some graphical parameters don't works in plot.table and plot.TukeyHSD.
...9;xxx' ) Error in plot.default(c(xi[, "lwr"], xi[, "upr"]), rep.int(yvals, 2), : formal argument "xlab" matched by multiple actual arguments > > sessionInfo() R version 2.15.0 (2012-03-30) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.0
2012 Nov 08
1
the results of the SORT function differ from Scilab/Matlab for Complex Numbers
...689i 1.7507 - 0.1689i 1.3886 1.0458 + 0.0792i 1.0458 - 0.0792i 0.8263 + 0.3731i 0.8263 - 0.3731i 0.8279 + 0.1861i 0.8279 - 0.1861i 0.6548 > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] R.matlab_1.6.1 R.oo_1.10.2 R.methodsS3_1.4.2...
2017 Dec 26
0
Unexpected behaviour of windowsFonts() when Rdevga is edited
Hi folks, ? Running R in a Windows machine: ? > sessionInfo() R version 3.4.2 (2017-09-28) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8.1 x64 (build 9600) ? Matrix products: default ? locale: [1] LC_COLLATE=Portuguese_Brazil.1252? LC_CTYPE=Portuguese_Brazil.1252? ? [3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C? ? ? ? ? ? ? ? ? ? ?? [5] LC_TIME=Portuguese_Brazil.1252? ?? ? attached base packages: [1] stats? ? ?graphics? grDevices utils? ? ?datasets? methods? ?base? ? ? ? loaded via a namespace (and not attached):...
2011 Jul 21
1
Error: bad index in plotmo functions for MARS model (package earth)
...bad index (missing column in x?) > plotmo( mars, all1=T ) Error: bad index (missing column in x?) > plotmo( mars, all1=T, all2=T ) Error: bad index (missing column in x?) > > sessionInfo() R version 2.13.1 (2011-07-08) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 LC_MONETARY=Portuguese_Brazil.1252 [4] LC_NUMERIC=C LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] pls_2.1-0 earth_3.2-0...
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
...; "noBorder" "noBorder" [2,] "noBorder" "noBorder" "noBorder" [3,] "noBorder" "noBorder" "noBorder" $header NULL $headerCell NULL > sessionInfo() R version 2.8.1 (2008-12-22) i386-pc-mingw32 locale: LC_COLLATE=Portuguese_Brazil.1252;LC_CTYPE=Portuguese_Brazil.1252;LC_MONETARY=Portuguese_Brazil.1252;LC_NUMERIC=C;LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] odfWeave_0.7.9 XML_1.99-0 lattice_0.17-20 loaded...
2010 Nov 15
3
Defining functions inside loops
Hello, I was trying to define a set of functions inside a loop, with the loop index working as a parameter for each function. Below I post a simpler example, as to illustrate what I was intending: f<-list() for (i in 1:10){ f[[i]]<-function(t){ f[[i]]<-t^2+i } } rm(i) With that, I was expecting that f[[1]] would be a function defined by t^2+1, f[[2]] by t^2+2 and so on.
2007 Dec 02
1
odfWeave error
...gt;>= odfInsertPlot(file=fileplot, height=5, width=5 ) @ [[replacing trailing spam]] Cleber Borges ### sessionInfo ############################################################ > > sessionInfo() R version 2.6.1 (2007-11-26) i386-pc-mingw32 locale: LC_COLLATE=C;LC_CTYPE=C;LC_MONETARY=Portuguese_Brazil.1252;LC_NUMERIC=C;LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] grid stats graphics grDevices utils datasets methods base other attached packages: [1] MASS_7.2-38 odfWeave_0.6.0 XML_1.93-2.1 lattice_0.17-2 loaded via a namespace (and not attached): [1] rco...
2007 Nov 04
4
Problems with garch() function tseries package R 2.6.0
Hi all, I recently updated my to R 2.6.0 and tseries package ?tseries? version: 0.10-11. When i was using R Version 2.3.1 (2006-06-01) with tseries 'tseries' version: 0.10-7, the code > garch(dflnRCLC1) ***** ESTIMATION WITH ANALYTICAL GRADIENT ***** Call: garch(x = dflnRCLC1) Coefficient(s): a0 a1 b1 4.985e+00 1.880e-01 6.210e-14 > worked very