Displaying 8 results from an estimated 8 matches for "showdata".
2009 Nov 19
0
strange crashes caused by 'cairoDevice' and 'tcltk' dialogues
Dear developers
I get some strange crashes when 'cairoDevice' and 'tcltk' are both
loaded in the same R vanilla session.
When executing the following in that order
require(relimp)
require(cairoDevice)
showData (iris)
I get a crash with the following message (see R-relimp-cairoDevice.txt):
The program 'R' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 2832 error_code 3 request_code 15...
2004 Jan 12
3
? data.entry "read-only" ?
Hi Folks,
The spreadsheet-like layout displayed when 'data.entry' is
invoked is very useful simply for legible display of data,
quite apart from its intended use for the purpose of entering
or editing data.
If one wants to use it _simply_ as a display device, so that
one can look around inside a data-set while working on it,
then it is not a good idea to have its _editing_ capabilities
2012 Feb 21
2
Dataframes in PLS package
...ec=".", strip.white=TRUE)
A <- c(pls[1],pls[2],pls[3],pls[4])
B <- c(pls[5],pls[6],pls[7],pls[8])
I then put these into the data.fram C, retaining the matrix structure per
guidelines in the JSS article on the pls package
C <- data.frame(h = I(as.matrix(A)), c = I(as.matrix(B)))
showData(C, placement='-20+200', font=getRcmdr('logFont'), maxwidth=80,
maxheight=30)
63 55 1 0 44 37200 4 0
145 52 1 1 33 69300 4 1
104 32 0 1 68 56900 3 1
109 69 1 1 94 44300 6 1
221 61 0 1 72 79800 6 0
110 40 1 1 48 17600 5 1
194 41 0 0 85 58100 4 0
120 76 1 1 1...
2010 Jan 16
0
'tcltk' freezes related to event-loops (PR#14188)
...r in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"),
class = "tclObj") :
[tcl] invalid command name "get".
After the first freeze occurs, anything tcltk does not work (for
example, restarting Rcmdr will display a blank window, just as a
relimp::showData(iris) command). Unfortunately, I cannot isolate
specific actions that trigger the freeze.
> sessionInfo()
R version 2.10.1 (2009-12-14)
x86_64-pc-linux-gnu
locale:
[1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8
[5] LC_MONETARY=C...
2006 Jan 12
4
edit.data.frame
Dear list,
Sometimes I have huge data.frames and the small spreadsheetlike
edit.data.frame is quite handy to get an overview of the data. However,
when I close the editor all data are rolled over the console window,
which takes time and clutters the window. Is there a way to avoid this?
Fredrik
2005 Aug 22
0
R-help Digest, Vol 30, Issue 22
...gt; > In prolog it is extremely easy, but here it is not quite...
> >
> >
Here is some code and a little data
dat <- read.table("/home/project5R/datasplf.csv", header=TRUE,
sep=",", na.strings="NA", dec=".", strip.white=TRUE)
attach(dat)
showData(dat, placement='-20+200', font=.logFont, maxwidth=80, maxheight=30)
x <- as.matrix(dat)
x1 <- as.vector(x[,1])
xd1 <- as.Date(x1, format= "%m-%d-%Y")
n <- length(x1)
n
x2 <- as.vector(x[,2])
length(x2)
x3 <- as.vector(x[,3])
length(x3)
x4 <- as.vector(x[,4])
x...
2009 Aug 30
0
version 1.5-1 of Rcmdr package released
...o Fixed bug in BreuschPaganTest() that prevented dialog from functioning
(reported by Michel Pouchain).
Version 1.4-10
o Corrected problem in paste in Command window in non-Windows systems
(reported by Liviu Andronic).
o Fixed handling of X11 warnings which was disrupted by showData(), and
added check for "Warning in structure" (problems reported by Liviu
Andronic).
o Prefixes used when output is directed to the R console are no longer
hard-coded, but can be set by the "prefixes" Rcmdr option (to satisfy a
request by Liviu Andronic).
Version 1.4-11...
2009 Sep 01
1
Logistic Politomic Regression in R
...
o Fixed bug in BreuschPaganTest() that prevented dialog from functioning
(reported by Michel Pouchain).
Version 1.4-10
o Corrected problem in paste in Command window in non-Windows systems
(reported by Liviu Andronic).
o Fixed handling of X11 warnings which was disrupted by showData(), and
added check for "Warning in structure" (problems reported by Liviu
Andronic).
o Prefixes used when output is directed to the R console are no longer
hard-coded, but can be set by the "prefixes" Rcmdr option (to satisfy a
request by Liviu Andronic).
Version 1.4-11...