search for: coalmin

Displaying 3 results from an estimated 3 matches for "coalmin".

Did you mean: colmin
2010 Aug 02
2
Including a text file (JAGS model) in an R package
Hello, I can`t figure out how to include a text file for use in an example in the .Rd help files of an R package I am writing. I want the examples section of one help file to look like this: \examples{ # Load the JAGS model mod <- jags.model("model.txt") } The function jags.model tries to read in the file model.txt. So far every time I run R CMD check, I get an error message:
2008 Mar 27
1
Commandline utility to edit ID3 tags?
Hi, I'm running a webradio on our brandnew CentOS 5.1 database server. (The main purpose of this radio is fun, sure, but it's also a bit like a canary in a coalmine...) It's based on Icecast, MPD and NCMPC and works great. I'm configuring the server remotely via SSH, no X. Is there any commandline utility to edit ID3 tags? Cheers, Niki
2010 Dec 16
1
defining a formula method for a weighted lm()
In the vcdExtra package on R-Forge, I have functions and generic methods for calculating log odds ratios for R x C x strata tables. I'd like to define methods for fitting weighted lm()s to the resulting loddsratio objects, but I'm having problems figuring out how to do this generally. # install.packages("vcdExtra", repos="http://R-Forge.R-Project.org")