Skip to content

simplex problem (PR#2317)

2 messages · george@lecompte.org, Brian Ripley

#
Full_Name: George F. LeCompte
Version: 1.6.1
OS: Windows 98
Submission from: (NULL) (208.8.162.161)


This may be a newbie problem.  I am attempting tor unt the simplex routine from
the boot package.  The example code doesn't find simplex.  What's wrong here?
+              b2=c(600, 300, 550), maxi=TRUE)
Error: couldn't find function "simplex"
#
You have to use library(boot) to use functions in boot.

*Please* send things like this to R-help, when you cna be advised how to
use R packages.

library(boot)
example(simplex)

works.
On Fri, 22 Nov 2002 george@lecompte.org wrote: