search for: activedataset

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

2003 Nov 03
0
problem with fix() called from Rcmdr
...here some kind of timing problem, but before I experiment further, I wonder whether anyone has any more specific ideas. To be supply some more details, the "Edit data set" button executes the following code: onEdit <- function(){ command <- paste("fix(", .activeDataSet, ")", sep="") logger(command) justDoIt(command) activeDataSet(.activeDataSet) tkwm.deiconify(.commander) tkfocus(.commander) } where .activeDataSet is a (global) character variable containing the name of the "active&qu...
2013 Jan 22
1
FactoMineR
Dear Users, I installed R Commander and the FactoMineR plug-in. Everything is fine, I can see the new menu, I can import datasets, but if I want to use any of the items in the FactoMineR menu, i get the following error: Error in get(.activeDataSet) : object '.activeDataSet' not found even if there is an active dataset (if there is none, all the menu items are grey of course). I have R version 2.15.2 using Windows 7 but experienced the same on other machines. Please let me know if you have any idea! Thanks a lot daniel
2012 May 24
1
Issues while using “lift.chart” and “adjProbScore” function from ”BCA” library
...e any way out to use formula object in the model and using ?lift.chart? function 2. Issue using ?adjProbScore? function from the ?BCA? library. (adjProbScore(model="CCS.glm", data=CCSVal1, targLevel="Yes", trueResp=0.01)) Error in parse(text = paste("as.character(", ActiveDataSet(), "$", yvar, : <text>:1:16: unexpected '$' 1: as.character( $ ^ Above error is thrown, am I doing anything wrong? Please correct. Also, as in the case-1 above, can we use model fitted with formula object in ?adjProbScore? function. Thanks in advance!...
2003 Jun 16
0
new version of Rcmdr package
...atures, but mostly addresses some problems that arose with the original version. The relevant portion of the CHANGES file for the package is appended. As before, suggestions and reports of problems are appreciated. John ---- CHANGES ---- Version 0.8-3 o Changed Compute dialog to use with(activeDataSet, expression) rather than to evaluate the expression in the global environment. o Added RcmdrPager function for non-Windows systems, a version of the tkpager modified slightly to use the Rcmdr monospaced font and a white background. This is for non-Windows systems. o Added Data ->...
2004 Feb 09
2
data.frame to matrix
Hello all, I've had trouble converting a data.frame to a matrix (numeric) using either data.matrix() and as.matrix(). After executing one of those I end up with another data.frame with only the first column of the original data.frame. I use a window (tcltk) to let the user choose the columns he wants and then I retrieve them using the following: varstemp <-