Displaying 1 result from an estimated 1 matches for "runcase".
Did you mean:
incase
2007 Jun 14
1
R programming question
...:
> if(event==1) explore() else evaluate()
Enter value for lower Linf :
1:
Read 0 items
Enter value for upper Linf :
1:
Read 0 items
Enter Linf interval :
1:
Read 0 items
Enter value for lower K :
1:
Read 0 items
Enter value for upper K :
1:
I then tried another way. I created
runcase<-ifelse(event==1,"explore","evaluate")
At the bottom of the program I used:
eval(call(x=runcase))
But I still get the same problem.
Any suggestions?
Thanks for your help
Gary A. Nelson, Ph.D
Massachusetts Division of Marine Fisheries
30 Emerson Avenue
Gloucester, MA 0...