Skip to content
Prev 361117 / 398506 Next

print all variables inside function

On 23/05/2016 3:26 PM, Jan Kacaba wrote:
Why create them first?  Just do something like this:

knowns <- c(
  pa=0.35
  pb=0.35
  pc=0.30
  pad=0.015
  pbd=0.010
  pcd=0.020)

Duncan Murdoch