Displaying 3 results from an estimated 3 matches for "solutuon".
Did you mean:
solution
2000 May 10
1
R and Java ? [forwarded]
....edu>
To: maechler@stat.math.ethz.ch
Subject: Re R and Java
Date: Tue, 9 May 2000 13:54:35 -0500 (CDT)
Hi Martin,
I'm Cheryl Fernandes currently pursuing my Masters Of Computer Science
at the university of Illinois, at Chicago.
I have tried and tried but just cannot manage to find teh solutuon to teh
following problem.
My question is: Can R be interfaced with Java. ??
My dilemma: I'm trying to run the RGui program in WintNT from a Java
application. i;m using runtime.exec()
It opens teh program but after that nothing happens. After opening teh
program i'm passing some commands...
2004 Jun 18
5
Another NEWBIE
...management
and data manipulation in R, to me it seems to be really complicated and
confusing?! Are there a kind of "helping tools"?
The third question: are there differences in linux and windows versions of
R? At the monemt I'm running R on a WinXP System. Is this ok or would a
Linux solutuon be the better way (for using R)?
I hope my questions are not to lame ...
Cheers, Frank
--
2008 Oct 22
2
suboptimal lp solutions
Hi list,
I want to find the total maximum resources I can spend given a set
allocation proportion and some simple budget constraints.
However, I get suboptimal results via lp and friends (i.e. lpSolve and
simplex in the linprog and boot) .
For example:
library(lpSolve)
proportions = c( 0.46, 0.28, 0.26)
constraints = c( 352, 75, 171)
lp(objective.in = proportions,
const.mat =