search for: skoeries

Displaying 11 results from an estimated 11 matches for "skoeries".

Did you mean: series
2009 Jul 23
4
remove multiple columns by name from dataframe
...wData <- subset(data, select = -delete) newData <- data[-delete] But as I try the way with a minus I'll get the message: "invalid argument to unary operator" There must be a simple way to delete all of the columns, but I just don't get it. Thanks for your help, -- Anne Skoeries [[alternative HTML version deleted]]
2009 Aug 20
2
boxplot with log="y" and values starting at 0
...But when I generate the boxplot with ylim=c(1, max(dat)) it doesn't properly generate the whiskers or beginning of the boxes, because some of the mins and first quantiles are 0. Can anybody help and tell me how I can generate a logarithmic y scale starting at 0? Thanks in advance, -- Anne Skoeries [[alternative HTML version deleted]]
2010 Feb 05
2
total summary of matrix
...l matrix? I'm trying to get a total overview of numerical matrix. Using summary(nummat) only hands back the Min, 1st Qu, Median, Mean, 3rd Qu and Max for each column. What I actually need is all the Information for the whole matrix. Anyone an idea how to do it? Thanks in advance, -- Anne Skoeries
2009 Sep 14
1
summary of rpart-Object in tktext window?
...n object is a list, I always get back the following error-message: cannot handle object of mode 'list' So, is there a different tk-window I should use for this kind of "list" or does anyone have an idea how to put the list into a tktext- window? Thanks for the help, -- Anne Skoeries [[alternative HTML version deleted]]
2009 Aug 12
1
calling a function with dynamically generated buttons
...essing button2 or button3. How can I make sure, that each button calls the function with it's "own" parameters? So that button1 calls the function with the first row of my dataframe as the function parameter, button2 with the second row and so on? Thanks in advance, -- Anne Skoeries
2009 Aug 24
1
Copy & Paste from tktext on Mac
...009-06-26) i386-apple-darwin8.11.1 locale: de_DE.UTF-8/de_DE.UTF-8/C/C/de_DE.UTF-8/de_DE.UTF-8 attached base packages: [1] tcltk stats graphics grDevices utils datasets methods base other attached packages: [1] tkrplot_0.0-18 rpart_3.1-44 relimp_1.0-1 Thanks so much! -- Anne Skoeries
2009 Jun 25
2
variable driven summary of one column
Hello, how can I get a variable driven summary of one column of my data.frame? Usually I would do > summary(data$columnname) to get a summary of column named "columnname" of my data.frame named "data". In my case the columnname is not static but can be set dynamically. So I save the chosen columname in something like variable <- "columnname" but how can I
2009 Aug 04
0
error message "memory not mapped"
...while execu..." And here is my sessionInfo: R version 2.9.1 (2009-06-26) i386-apple-darwin8.11.1 locale: de_DE.UTF-8/de_DE.UTF-8/C/C/de_DE.UTF-8/de_DE.UTF-8 attached base packages: [1] tcltk stats graphics grDevices utils datasets methods base Thanks for the help, -- Anne Skoeries [[alternative HTML version deleted]]
2009 Oct 12
0
tktext-window smaller than text
...ky="we") tkinsert(txt, "0.0", paste(capture.output(resultKmean), collapse="\n")) Trying the upper code would wrap the lines that are contain more than 100 characters. How can I keep the size of the window, but make the text scrollable? Thanks in advance, -- Anne Skoeries
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2010 Apr 13
2
how to work with big matrices and the ff-package?
Hello everyone, I need to create and work with some big matrices that actually have somewhat over 2 million columns and 117 rows. To do some calculations on such big matrices R just needs too much memory for my PC (4GB installed). So I need a solution to work with large datasets. I'm trying to use the ff-package but I don't think I really understand the whole functionality of the