Skip to content

big model on modest computer.

4 messages · Ronaldo Reis Jr., Corrin Lakeland, Peter Dalgaard +1 more

#
Hi,
I have a pentium III 600 with 128 ram running Linux.

I have a dataset with this variables in 12000 lines.

coleta = response (count data)
data = continuous data
latitude = continuous data
longitude = continuous data
variedade = categorical with 14 levels
solo = categorical with 22 levels
idade = continuous data
app = categorical with 4 levels

I want to test several models beginning by the full model.

coleta~data*latitude*longitude*variedade*solo*idade*app

Is possible to run this model in my computer? I try this and fail. Memory 
problem.

Thanks
Ronaldo
#
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 29 Nov 2002 06:59, Ronaldo Reis Jr. wrote:
dd if=/dev/zero of=/tmp/tmpswap bs=1024 count=1000000
mkswap /tmp/tmpswap
swapon /tmp/tmpswap

It will be _very_ slow, but it will work.

Corrin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE95pOVi5A0ZsG8x8cRAro3AJ4wuuJ1lanUWHOuNiCYeaPetZQxYQCfXOW1
4PEECET6rAXpbF4ijwtq/qM=
=ZDMo
-----END PGP SIGNATURE-----
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Corrin Lakeland <lakeland at cs.otago.ac.nz> writes:
... provided Ronaldo has 1GB of free diskspace in /tmp !
#
On Fri, 29 Nov 2002, Corrin Lakeland wrote:

            
You know so?  My calculations made this a 1.9Gb design matrix with more
columns than rows, so

(a) my guess is that you will hit the 4Gb/process address limit in i686
Linux and

(b) it won't `work' in any statistically meaningful way. That model fits
all products of 0 to 4 continuous variables in each cell of a 22*14*4
(from memory) contingency table.

I think it is the statistical strategy that needs to be thought through.