search for: c_writetable

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

2018 Jul 05
0
write.table with quote=TRUE fails on nested data.frames
...e = file, sep = "")) if (is.matrix(x) && !is.atomic(x)) mode(x) <- "character" if (is.data.frame(x)) { x[] <- lapply(x, function(z) { if (is.object(z) && !is.factor(z)) as.character(z) else z }) } invisible(.External2(C_writetable, x, file, nrow(x), p, rnames, sep, eol, na, dec, as.integer(quote), qmethod != "double")) } [[alternative HTML version deleted]]
2013 Oct 27
2
Heteroscedasticity and mgcv.
I have a two part question one about statistical theory and the other about implementations in R. Thank you for all help in advance. (1) Am I correct in understanding that Heteroscedasticity is a problem for Generalized Additive Models as it is for standard linear models? I am asking particularly about the GAMs as implemented in the mgcv package. Based upon my online search it seems that some