Displaying 2 results from an estimated 2 matches for "fortran_matrix".
1998 Oct 19
1
dynamically loading C++
Is there a function ".C++(...)" for R, or does anybody know how to
dynamically load C++ functions into R?
lg at
--
Adrian Trapletti, Vienna University of Economics and Business
Administration, Augasse 2-6, A-1090 Vienna, Austria
Phone: ++43 1 31336 4561, Fax: ++43 1 31336 708,
Email: adrian.trapletti at wu-wien.ac.at
2008 Nov 08
0
geeglm crashes if there are no datapoints in predictor's first level (PR#13266)
Hi,
I managed to make R core dump (linux and Mac OSX versions), but I
think I've figured out why.
First, here's the message I get on core dump (on linux - no message on
Mac):
R: ../inst/include/tnt/fmat.h:529: TNT::Vector<T> TNT::matmult(const
TNT::Fortran_Matrix<T>&, const TNT::Vector<T>&) [with T = double]:
Assertion `A.num_cols() == x.dim()' failed.
Abort (core dumped)
Second, here's the command:
mygeeglm<- geeglm(outcome ~ input , data=mydata, id=mydata$group)
Third, my explanation (the dataset is pasted at the very b...