search for: retreave

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

Did you mean: retrace
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
...;IDENTIFIER" "UNIQUEID" "TRIALGROUPSID" "GRPNUMBER" "GRPDESC" "SEXDID" "STDID" "STUDYTYPE" "SDID" "DOSDID" "SOPDID" "SPECIES" i can retreave any column with using command like "temp$STDID" but my problem is the column name i have to get from another xml its comming like "STDID" that one i assigned to a variable named "kk" like kk<-"STDID" but now while i am trying to retreave this co...
2009 Jan 28
2
Grouping problem
Hi all, I have a problem with grouping like I have to give count of employes in each department like if in one company there is departments 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...
2009 Feb 03
2
problem with subsetting in compating one column with a vector
...ter comparing and subsetting its not giving all the values related to that instead its giving randam values and giving warning that: Warning message: In SUBJECTSID == SUBJECTS1$SUBJECTSID : longer object length is not a multiple of shorter object length can any one suggest what I can do to retreave all the related data of subset and store in one object thanks in advance regards; kiran [[alternative HTML version deleted]]
2005 Nov 09
0
mozilla and roming profiles... THE SOLUTION
...illa thruough mozilla profile manager, creat new profile en use the existing profile on X: Also move cache to T:\temp ( see above ) Disadvantagel: - bigger load on server and network - all imap-mail is done "local" in cache stored, so now its on X: - when server is down, your not able to retreave old mail, and your not able to make a new mail ================================ Full appdata to X: (policy) ================================ moving %userprofile%\Application data to X:\.profile\Application data Advantage - all user settings are on X:, so logon goes faster. - when creating back...
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