search for: dvkirankumar

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

2009 Nov 11
2
creating custom package and functions
Hi all, I am new to R-project I have to create custom package and some required functions in that package can any one help me how to create a custompackage and how to write my function in to that package These things I have to use in many places as per requirements in my solution please help me to create these custom packages thanks in advance kiran. [[alternative HTML version deleted]]
2010 Jan 12
1
Problem with toString
Hi all, I got a problem with * "toString()"* function its behaving odd in some times most of the times its giving correct results but in peculier cases its giving results like *"愭]"* especially while i am working with c# +R-project thats also after getting some error like after trying to caliculate "*mean("NA")" * can any one help me why its
2010 Feb 08
1
Hi problem with read.csv
Hi all, I am getting problem with "read.csv()" command the problem is I have one file which is saved in "ANSI" while I am trying to open with R-Project its opend and all the cloumn names are comming proper like for the command names(kk) "FILEID" "UNIQUEID" "LATESTFLG" "ACTIVEFLG" "PROJROLEID"
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]]
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