On 29 December 2011 at 16:31, Prasanna Kumar Nelam wrote: | How can read I the summary(glm()) function data in Rinside through Rcpp.
Look at examples/standard/rinside_sample3.cpp which shows you how to get at the coefficients via coef() on summary() of a lm() object. Use the same trick to access the underlying data in a glm() object, Dirk -- "Outside of a dog, a book is a man's best friend. Inside of a dog, it is too dark to read." -- Groucho Marx _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel