[Rd] C_LogLin (stats/loglin)

2015-10-22 Thread Kai Nitschke
th(table) if (length(start) != ntab ) stop("'start' and 'table' must be same length") z <- .Call(C_LogLin, dtab, conf, table, start, nmar, eps, iter) ... -- Kai Nitschke, Dipl.-Psych. Division of Functional Brain Imaging (FBI) Dept. of Neurology, Universit

Re: [Rd] C_LogLin (stats/loglin)

2015-10-22 Thread Kai Nitschke
;t go to the list last time. On Thu, Oct 22, 2015 at 9:59 AM, Kai Nitschke < kai.nitsc...@uniklinik-freiburg.de> wrote: “.Call” calls the C/C++ function “C_LogLin”. But when I am running it line by line I get the following error on line 23/24: Error: object 'C_LogLin' not found