search for: retreaving

Displaying 6 results from an estimated 6 matches for "retreaving".

Did you mean: retreating
2010 Feb 11
2
Problem with retreaving numeric data
Hi all, I am trying to get a value from a dataset in data set its stored as 001 but while i am trying to retreave it its giving as 1 can any one help me to retreave it as 001 thanks in advance kiran [[alternative HTML version deleted]]
2010 Apr 20
2
problem with retreaving column from a data.frame
Hi all, I have a problem with retreaving column from a data.frame that is I have a data.frame named "temp" in that dataframe some column are there whose names are "IDENTIFIER" "UNIQUEID" "TRIALGROUPSID" "GRPNUMBER" "GRPDESC" "SEXDID" "STDID...
2009 Jan 28
2
Grouping problem
...ts like Mechanical, Computer, Fitting, electronics and Chemical hear I have to retreave the number of employes in each department and as well as I have to retreave number of John's in each department is there any function is there which can solve my problem i tried with subset(); but it is retreaving one department's data only can anyone suggest what I have to do for this thanks in advance [[alternative HTML version deleted]]
2009 Feb 03
2
problem with subsetting in compating one column with a vector
Hi all, I got one problem with "subset()" function hear i executed: findings1<-subset(findings,SUBJECTSID==SUBJECTS1$SUBJECTSID,select=c(SUBJECTSID,ORGNUMRES)) hear "SUBJECTS1$SUBJECTSID" vector contains nearly "65" values the problem is after comparing and subsetting its not giving all the values related to that instead its giving randam values
2005 Nov 09
0
mozilla and roming profiles... THE SOLUTION
This solution is not mine, but its tested and works. Great thanks to my buddy @ four elements Hope its usefull for somebody over here. ================================ mainlocation ================================ %userprofile%\Application data\Mozilla\Profiles\%profile%\%salted%\... %userprofile% = C:\Documents and settings\%username% %profile% = "default" %salted% =
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems