Displaying 3 results from an estimated 3 matches for "dtab".
Did you mean:
dta
2015 Oct 22
2
C_LogLin (stats/loglin)
...ried 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?
fun...
2015 Oct 22
0
C_LogLin (stats/loglin)
...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 ?logli...
2005 Dec 06
3
strange behavior of loess() & predict()
Dear altogether,
I tried local regression with the following data. These data are a part
of a bigger dataset for which loess is no problem.
However, the plot shows extreme values and by looking into the fits, it
reveals very extreme values (up to 20000 !) although the original data are
> summary(cbind(x,y))
x y
Min. :1.800 Min. :2.000
1st Qu.:2.550