Displaying 3 results from an estimated 3 matches for "808091".
Did you mean:
808081
2003 Jul 30
1
S & R Public Training Courses in the UK
...mango-solutions.com/pubstor.htm> S-PLUS Users
London
For more information, visit Mango Solutions' S-PLUS
<http://www.mango-solutions.com/S-PLUS.htm> home page.
Many thanks,
Rich.
Mango Solutions
Independent providers of S-PLUS and R services
Tel : (01628) 418134
Mob : (07967) 808091
[[alternative HTML version deleted]]
2003 Dec 06
7
Windows Memory Issues
...31670210 241.7
> # Memory 279,152k
Here, the memory usage increases from 128.1k to 279.1k
Could anyone point out what I could do to rectify this (if anything), or
generally what strategy I could take to improve this?
Many thanks,
Rich.
Mango Solutions
Tel : (01628) 418134
Mob : (07967) 808091
[[alternative HTML version deleted]]
2004 Feb 22
3
Simulation help
I am a new R user. As a test, I want to write a simple code that does the following simulation:
1. Randomly generate a number from a distribution, say, Poisson. Let's say that number is 3.
2. Randomly generate 3 numbers from another distribution, say, Normal.
3. Compute the sum of the numbers generated in step 2 and read it into a vector, V.
4. Repeat steps 1 through 3 for 100,000 times.
5.