search for: 951593

Displaying 4 results from an estimated 4 matches for "951593".

Did you mean: 95153
2003 Feb 26
0
FW: DLL Advice
...pretty simplistic. Open a massive text file (323,063 KB) and read a few key pieces of information spread evenly throughout the file. Thanks Again, J *************************************** Jason C. Fisher UCLA Graduate Student Civil & Environmental Engineering Dept. 5731 Boelter Hall Box 951593 Los Angeles, CA 90095-1593 Phone Number: (310) 825-2292 Email: stormplot at hotmail.com *************************************** >From: "Liaw, Andy" <andy_liaw at merck.com> >To: "'Jason Fisher'" <stormplot at hotmail.com> >Subject: RE: [R] DLL A...
2003 May 20
3
Tcltk question for R people
...ring if it’s a Windo$e problem. Any ideas? Thank you, Jason PS: Inclusion of the Tcl/Tk within the R 1.7.0 installation has been greatly appreciated. *************************************** Jason C. Fisher UCLA Graduate Student Civil & Environmental Engineering Dept. 5731 Boelter Hall Box 951593 Los Angeles, CA 90095-1593 Email: stormplot at hotmail.com
2003 Jan 10
1
tclVar Question
...language object] tclvalue(eval(parse(text="x.var"))) <- 5 Also, does not work. Any ideas on how to get this to work? Thanks in advance! J *************************************** Jason C. Fisher UCLA Graduate Student Civil & Environmental Engineering Dept. 5731 Boelter Hall Box 951593 Los Angeles, CA 90095-1593 Phone Number: (310) 825-2292 Email: stormplot at hotmail.com ***************************************
2016 Apr 20
1
Use multiple cores on Linux
I am trying to run the following code in R on a Linux cluster. I would like to use the full processing power (specifying cores/nodes/memory). The code essentially runs predictions based on a GAM regression and saves the results as a CSV file for multiple sets of data (here I only show two). Is it possible to run this code using HPC packages such as Rmpi/snow/doParallel? Thank you!