Displaying 5 results from an estimated 5 matches for "mathgraphs".
Did you mean:
mathgraph
2005 Oct 11
0
Set Covering Problem (SCP) (in mathgraphs)
Dear All,
Can I solve a "Set Covering Problem" (in a mathgraph) using R?
Which package should I use for that?
Thank you in advance.
Sara Maltez Mouro
[[alternative HTML version deleted]]
2007 Nov 13
2
connection diagram
Hi
I am practically new to R, and need to construct connection diagrams,
I have a table of data, of nodes in vertical rows, and horizontally
the number of outgoing connections to other nodes, and the indices of
these nodes, each in a column, so some columns are used, and some are
not, based on how many connections I have
the node is identified by these variables (dimension, wave number,
2007 Mar 16
1
Implementing trees in R
Hi all,
I am rather new to R. Recently I have been trying to implement some
tree algorithms in R. I used lists to model tree nodes. I thought
something like this would work:
parent <- list();
child <- list();
parent$child1 <- child;
child$parent <- parent;
When I tried to check whether a node is its parent's first child
using "if
2008 Jul 19
2
Non-linearly constrained optimisation
Dear R Users,
I am looking for some guidance on setting up an optimisation in R with
non-linear constraints.
Here is my simple problem:
- I have a function h(inputs) whose value I would like to maximise
- the 'inputs' are subject to lower and upper bounds
- however, I have some further constraints: I would like to constrain the
values for two other separate function f(inputs) and
2007 Mar 26
1
Problem in loading all packages all at once
Hi All
Please see the Rprofile file which i have modified as follows and after
that when I start R then I see that R says to me "TRUE" for all the
packages implying that all loaded at once.
But when i try to use commands as simple as help("lm"), it doesnt work nor
any of the menu "Packages" is not working.
Although the regression using lm ( Y ~ X ) is working