Displaying 3 results from an estimated 3 matches for "selcet".
2011 Dec 26
1
regarding QRb() function
Error in `[.data.frame`(x, order(x, na.last = na.last, decreasing =
decreasing)) : undefined columns selected during the execution of
following r sequence of commands
X<-subset(data,select=c(V1,V2,V3,V4,V5,V6,V7,V8,V9))
y<-subset(data,selcet=10)
Data = list(y=y, X=X, p=.75)
Prior = list(betabar=c(rep(0,ncol(X))),A=.01*diag(ncol(X)))
Mcmc = list(R=100000, keep=10, step=.2)
out <- QRb(Data=Data, Prior=Prior, Mcmc=Mcmc)
here data is of 60 records and 10 attributes. V1,...V9 are input values and
V10 is response variable.
--
View this...
2012 Mar 29
2
subtract a list of vectors from a list of data.frames in an elegant way
Dear R experts,
I've realized that it might not be possible to define a negative SELCET statement in a SQL call so now I'm looking for the smoothest way to generate a list of what I would like from my large database by first pulling all the names with a query like this "SELECT top 1 * FROM your_table" (thank you Bart Joosen for the idea) and then subtract the variables I...
2001 Nov 26
0
Computer Based Training programs
Hi,
I was wondering if anyone has gotten a CBT type program working under
wine? I have tried it with wine (recent version from CVS -- downloaded
in rpm format), however the best I get is the inital window coming up
listing the differnt lesson - but when I selcet one the window goes blank
and the program doesn't do anything else. I dont' get any error messages
from wine (aside from the normal font ones).
So anyone have better luck than I? Thanks
Nasa