search for: rockchalk

Displaying 20 results from an estimated 28 matches for "rockchalk".

2017 Nov 20
2
package check fail on Windows-release only?
I mistakenly left a write in "/tmp" in the rockchalk package (version 1.8.109) that I uploaded last Friday. Kurt H wrote and asked me to fix today. While uploading a new one, I became aware of a problem I had not seen. The version I uploaded last Friday, 1.8.109, has OK status on all platforms except r-release-windows-ix86+x86_64. I get OK on oldrel...
2016 Feb 08
3
something wrong in package submission procedure/website
Yesterday I uploaded new rockchalk_1.8.97. Then I received email saying that I needed to confirm the submission. Here's the message. Dear Paul E. Johnson Someone has submitted the package rockchalk to CRAN. You are receiving this email to confirm the submission as the maintainer of this package. To confirm the submission to C...
2017 Nov 21
0
package check fail on Windows-release only?
>>>>> Paul Johnson <pauljohn32 at gmail.com> >>>>> on Mon, 20 Nov 2017 14:59:26 -0600 writes: > I mistakenly left a write in "/tmp" in the rockchalk package (version > 1.8.109) that I uploaded last Friday. Kurt H wrote and asked me to fix > today. > While uploading a new one, I became aware of a problem I had not seen. > The version I uploaded last Friday, 1.8.109, has OK status on all > platforms except r-re...
2012 May 08
1
what folder to run write_PACKAGES in?
..., subdirs=TRUE, type="source") } write_PACKAGES_wrapper("/tools/kran") ############################# Right? After running that, I do see the PACKAGES files appear under the version number directories. However, from the linux clients I see this: > install.packages("rockchalk", repos="http://rweb.quant.ku.edu/kran") Installing package(s) into ?/home/pauljohn/R/x86_64-pc-linux-gnu-library/2.15? (as ?lib? is unspecified) Warning: unable to access index for repository http://rweb.quant.ku.edu/kran/src/contrib Warning message: package ?rockchalk? is not avail...
2015 Jul 29
1
Installing/updating packages on a lab network
...e user? Here is what I see in the current version: .libPaths(), the library trees where R looks for packages gives: [1] "G:/uitapps/HEBB_R_LIB2/library" [2] "C:/Program Files/R/R/R-3.1.1/library" If I try to install a new package, e.g., install.packages("rockchalk") I get "G:/uitapps/HEBB_R_LIB2/library is not writeable. Use a personal library instead?", followed by a popup window, "Create ~R/library? (y/n)" This then installs the package, but to "C:/Users/friendly/Desktop/~R/library". In the current login se...
2016 Feb 08
0
something wrong in package submission procedure/website
...the CRAN'ers answer this, but at face value, you submit a new version and are asked to confirm that problems with the previous version are fixed; isn't that as it should be? -pd On 08 Feb 2016, at 16:10 , Paul Johnson <pauljohn32 at gmail.com> wrote: > Yesterday I uploaded new rockchalk_1.8.97. Then I received email > saying that I needed to confirm the submission. Here's the message. > > Dear Paul E. Johnson > Someone has submitted the package rockchalk to CRAN. > You are receiving this email to confirm the submission as the maintainer of > this package....
2013 Apr 23
2
Needed: Beta Testers and Summer Camp Students
Greetings. I'm teaching linear regression this semester and that means I write more functions for my regression support package "rockchalk". I'm at a point now were some fresh eyes would help, so if you are a student in a course on regression, please consider looking over my package overview document here: http://pj.freefaculty.org/R/rockchalk.pdf That tells how you can grab the test verion, which is now at 1.7.I'm lea...
2012 Apr 09
0
rockchalk_1.5.4 posted
Greetings: rockchalk is a collection of functions to facilitate presentation of regression models. It includes some functions that I have been circulating for quite some time (such as "outreg") as well as several others. The main aim is to allow people who do not understand very much R to survive a course in...
2012 Apr 09
0
rockchalk_1.5.4 posted
Greetings: rockchalk is a collection of functions to facilitate presentation of regression models. It includes some functions that I have been circulating for quite some time (such as "outreg") as well as several others. The main aim is to allow people who do not understand very much R to survive a course in...
2012 Jun 12
0
Working on a Vignette called Rcheology
....freefaculty.org/R/Rchaeology.pdf and tell me if you think it is wrong headed, and 2. Supposing you do not think I'm completely wrong, would you care to point me at more examples of R idioms that lead to deep insights into the nature of R programming? Longer more boring explanation: In the rockchalk package, I have functions to make it easier to teach regression to students who aren't R programmers. I just uploaded package version 1.6 to CRAN. While I do this, I'm reading R source code all the time because I need to understand how functions like summary and anova receive R objects, tak...
2016 Mar 31
2
Ask if an object will respond to a function or method
In the rockchalk package, I want to provide functions for regression objects that are "well behaved." If an object responds to the methods that lm or glm objects can handle, like coef(), nobs(), and summary(), I want to be able to handle the same thing. It is more difficult than expected to ask a given f...
2012 Apr 20
1
predictOMatic for regression. Please try and advise me
I'm pasting below a working R file featuring a function I'd like to polish up. I'm teaching regression this semester and every time I come to something that is very difficult to explain in class, I try to simplify it by writing an R function (eventually into my package "rockchalk"). Students have a difficult time with predict and newdata objects, so right now I'm concentrated on that problem. Fitting regressions is pretty easy, but getting predicted values for particular combinations of input values can be difficult when the model is complicated. If you agree, pl...
2017 Jun 16
3
duplicated factor labels.
To extwnd on Martin 's explanation : In factor(), levels are the unique input values and labels the unique output values. So the function levels() actually displays the labels. Cheers Joris On 15 Jun 2017 17:15, "Martin Maechler" <maechler at stat.math.ethz.ch> wrote: >>>>> Paul Johnson <pauljohn32 at gmail.com> >>>>> on Wed, 14 Jun
2017 Jun 22
2
duplicated factor labels.
...n", "male", "Female")) > levels(xf) <- c("Male", "Male", "Male", "Female") > I think it is quirky that `levels<-.factor` allows the duplicated > labels, whereas factor does not. > I wrote a function rockchalk::combineLevels to simplify combining > levels, but most of the students here like plyr::mapvalues to do it. > The use of levels() can be tricky because one must enumerate all > values, not just the ones being changed. > But I do understand Martin's point. Its been t...
2015 Jul 28
2
Installing/updating packages on a lab network
I'm the faculty member in my department who advises our IT staff on the details of installing R for students and faculty on our Windows 7 lab network. We are about to upgrade from R 3.1.1 to R 3.2.1, and once that is done, this version of R and all installed packages will be frozen in the image that appears in C:/Program Files/R/R-3.2.1/ on every lab computer, and this image is refreshed
2017 Jun 23
4
duplicated factor labels.
..."Female")) >>> levels(xf) <- c("Male", "Male", "Male", "Female") > >>> I think it is quirky that `levels<-.factor` allows the duplicated >>> labels, whereas factor does not. > >>> I wrote a function rockchalk::combineLevels to simplify combining >>> levels, but most of the students here like plyr::mapvalues to do it. >>> The use of levels() can be tricky because one must enumerate all >>> values, not just the ones being changed. > >>> But I do understand Martin...
2012 Mar 20
1
overriding "summary.default" or "summary.data.frame". How?
...e names outside the edges like this par(xpd=T) text(datsummNT$mean, datsummNT$var, labels=rownames(datsummNT), cex=0.8) ## but that is not much better par(xpd=F) ## Here is one fix. Make the unused space inside the plot larger by ## making xlim and ylim bigger. I use the magRange function from ## rockchalk to easily expand range to 1.2 times its current size. ## otherwise, long variable names do not fit inside plot. magRange ## could be asymmetric if we want, but this use is symmetric. library(rockchalk) rownames(datsummNT) rownames(datsummNT) <- c("boring var","var with long name&...
2011 Dec 29
2
3d plotting alternatives. I like persp, but regret the lack of plotmath.
I have been making simple functions to display regressions in a new package called "rockchalk". For 3d illustrations, my functions use persp, and I've grown to like working with it. As an example of the kind of things I like to do, you might consult my lecture on multicollinearity, which is by far the most detailed illustration I've prepared. http://pj.freefaculty.org/guides...
2017 Jun 16
0
duplicated factor labels.
...evels = c("Male", "Man", "male", "Female")) levels(xf) <- c("Male", "Male", "Male", "Female") I think it is quirky that `levels<-.factor` allows the duplicated labels, whereas factor does not. I wrote a function rockchalk::combineLevels to simplify combining levels, but most of the students here like plyr::mapvalues to do it. The use of levels() can be tricky because one must enumerate all values, not just the ones being changed. But I do understand Martin's point. Its been this way 25 years, it won't chang...
2016 Mar 31
0
Ask if an object will respond to a function or method
> On Mar 31, 2016, at 1:00 PM, Paul Johnson <pauljohn32 at gmail.com> wrote: > > In the rockchalk package, I want to provide functions for regression > objects that are "well behaved." If an object responds to the methods > that lm or glm objects can handle, like coef(), nobs(), and summary(), > I want to be able to handle the same thing. > > It is more difficult than...