search for: c_loglin

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

2015 Oct 22
2
C_LogLin (stats/loglin)
...in R. I tried to understand the ?loglin? basic function of the ?stats? package implemented in R. The implemented function itself runs without any problem (perhaps see sample). When I ran it line by line it stopped at the lines 23-24 of the loglin-function; (the following line): z <- .Call(C_LogLin, dtab, conf, table, start, nmar, eps, iter) ?.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 Hence, my questions: 1. Where does the original ?loglin? function get the ?C_LogLin?...
2015 Oct 22
0
C_LogLin (stats/loglin)
Kai, Apologies for the double message, it didn't go to the list last time. On Thu, Oct 22, 2015 at 9:59 AM, Kai Nitschke < kai.nitschke at 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 > > Hence, my questions: > 1. Where does the original ?loglin? function get the ?C_LogLin? function > from (some libraries? where are they stored)?...