Re: [R] Tcl\tk not supported on this system

2008-08-08 Thread Michael Gormley
ue with where the Fedora > packages install the extensions. > > >> >> >> Patrick Richardson >> Biostatistician - Laboratory of Translational Medicine >> Van Andel Research Institute >> Grand Rapids, MI 49503 >> ph. 616-234-5787 >> >>

[R] Tcl\tk not supported on this system

2008-08-08 Thread Michael Gormley
What is a good place to find these packages? I am running R version 2.5.1 on a Linux machine running Redhat Enterprise 3. Let me know if you need any more info on the operating system and if there are any ideas on how to resolve these issues. Thanks, Michael Gormley [[alternative HT

Re: [R] Tcl\tk not supported on this system

2008-08-08 Thread Michael Gormley
On Fri, Aug 8, 2008 at 2:23 PM, Michael Gormley <[EMAIL PROTECTED]>wrote: > Thanks for your prompt responses. I will take a look at the R Installation > and Administration manual. Where can I obtain the tcl-devel and tk-devel > files? > > Thanks, > Mike > > &g

[R] Tcl\tk not supported on this system

2008-08-08 Thread Michael Gormley
is a good place to find these packages? I am running R version 2.5.1 on a Linux machine running Redhat Enterprise 3. Let me know if you need any more info on the operating system and if there are any ideas on how to resolve these issues. Thanks, Michael Gormley [[alternative HTML versi

[R] View body of externally compiled functions

2008-02-18 Thread Michael Gormley
This is a simple question. With functions written and compiled in R, the body of the function can be seen by typing the function name without any input arguments or by using the body function. How can I look at the body of code written and compiled externally and called using the .Call function?

[R] running custom functions in Snow clusters

2007-12-20 Thread Michael Gormley
When running a function in parallel using for example the clusterCall function in Snow is it possible to call other user-written functions from each cluster? I get an error when I try to do this. I tried to source the function on each cluster using the clusterEvalQ function but this doesn't s

Re: [R] Find A, given B where B=A'A

2007-10-31 Thread Michael Gormley
ginal Message - From: "Charles C. Berry" <[EMAIL PROTECTED]> To: "Rolf Turner" <[EMAIL PROTECTED]> Cc: "Michael Gormley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2007 5:33 PM Subject: Re: [R] Find A, gi

[R] Find A, given B where B=A'A

2007-10-31 Thread Michael Gormley
Given a matrix B, where B=A'A, how can I find A? In other words, if I have a matrix B which I know is another matrix A times its transpose, can I find matrix A? Thanks, Mike __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-h