search for: vitx

Displaying 2 results from an estimated 2 matches for "vitx".

Did you mean: itx
2002 Nov 22
1
simplex problem (PR#2317)
...What's wrong here? > help(simplex,package=boot) > # from the resulting article > > # This example is taken from Exercise 7.5 of Gill, Murray, > # and Wright (1991). > enj <- c(200, 6000, 3000, -200) > fat <- c(800, 6000, 1000, 400) > vitx <- c(50, 3, 150, 100) > vity <- c(10, 10, 75, 100) > vitz <- c(150, 35, 75, 5) > simplex(a=enj, A1=fat, b1=13800, A2=rbind(vitx, vity, vitz), + b2=c(600, 300, 550), maxi=TRUE) Error: couldn't find function "simplex" >
2009 Jun 19
2
Manipulate solution of simplex
Hi, I need some help. I'm doing a project that demands me to obtain several simplex solutions and I would like to can keep the solution in a vector or something to be able to use it after I get it. The comand simplex() prints the solution but how can I keep it? Another alternative would be to export it to excel, how can I do this? I just see the solution and have to note it on a paper or