Re: [R] Problem in generating any model with my dataset in R

2015-10-19 Thread Bhawana Sahu
y > Hamilton, Ontario > Canada L8S 4M4 > Web: socserv.mcmaster.ca/jfox > > > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Bhawana > > Sahu > > Sent: October 19, 2015 3:04 AM > > To: r-help@r-project.org >

Re: [R] Problem in generating any model with my dataset in R

2015-10-19 Thread Fox, John
To: r-help@r-project.org > Subject: [R] Problem in generating any model with my dataset in R > > Dear all, > > I am using kernlab function for analysis of dataset containing 8000 rows and > 171 column, but getting an error saying cannot allocate the memory, It is > running prop

Re: [R] Problem in generating any model with my dataset in R

2015-10-19 Thread PIKAL Petr
. If you have so many rows maybe the best way would be dput(head(yourdata[1:50,]) or something like that. Cheers Petr From: Bhawana Sahu [mailto:bhawanasahu...@gmail.com] Sent: Monday, October 19, 2015 12:14 PM To: PIKAL Petr Subject: Re: [R] Problem in generating any model with my dataset in

Re: [R] Problem in generating any model with my dataset in R

2015-10-19 Thread PIKAL Petr
nal Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Bhawana > Sahu > Sent: Monday, October 19, 2015 9:04 AM > To: r-help@r-project.org > Subject: [R] Problem in generating any model with my dataset in R > > Dear all, > > I am using kernlab fu

[R] Problem in generating any model with my dataset in R

2015-10-19 Thread Bhawana Sahu
Dear all, I am using kernlab function for analysis of dataset containing 8000 rows and 171 column, but getting an error saying cannot allocate the memory, It is running properly with the dataset having 3000 rows and 251 column, Also when I tried this with dataset having 7000 rows and 171 column g