Re: [R] text analysis errors

2021-01-06 Thread Jim Lemon
Hi Gordon, Looks to me as though you may have to extract the text from the Word files. Export As Text. Jim On Thu, Jan 7, 2021 at 10:40 AM Gordon Ballingrud wrote: > > Hello all, > > I have asked this question on many forums without response. And although > I've made progress myself, I am stuck

[R] text analysis errors

2021-01-06 Thread Gordon Ballingrud
Hello all, I have asked this question on many forums without response. And although I've made progress myself, I am stuck as to how to respond to a particular error message. I have a question about text-analysis packages and code. The general idea is that I am trying to perform readability analys

[R] Updated version of the hse package.

2021-01-06 Thread Rolf Turner
I have recently submitted a fairly major revision of my hse package to CRAN. The source of the revised package is now available. Windoze and MacOS binaries will appear soon. *After* submitting (psigh!) I noticed a distressingly large number of typos and glitches in the help files. These have

Re: [R] AIC for robust GAM ?

2021-01-06 Thread Bert Gunter
Per the posting guide linked below: "If the question relates to a *contributed package* , e.g., one downloaded from CRAN, try contacting the package maintainer first. You can also use find("functionname") and packageDescription("packagename") to find this information. *Only* send such questions to

[R] AIC for robust GAM ?

2021-01-06 Thread varin sacha via R-help
Dear R-Experts, Here below my reproducible R code. How can I get the AIC of my model (robust GAM) ? Best Regards, y<-c(499,491,500,517,438,495,501,525,516,494,500,453,479,481,505,465,477,520,520,480,477,416,502,503,497,513,492,469,504,482,502,498,463,504,495) x<-c(499,496,424,537,480,484,503,57

Re: [R] Error Running Bootstrap Function within Wrapper Function

2021-01-06 Thread Stephen Ellison
Kevin, I didn't have the data set (you might want to post a link to a downloadable file instead), but on a quick look at the code your foo1 function looks as if it is not guaranteed to return an array of the same length each time. It's testing for nonzero coefs in a fitted model and then droppi