search for: skipper

Displaying 6 results from an estimated 6 matches for "skipper".

Did you mean: skipped
2009 Oct 28
1
New variables "remember" how they were created?
...SLS fit, it seems that even though I declared y.1 as an instrument that the estimator "knows" that yd was created using y1, so it (correctly) transforms yd to use the instrument in the final estimation. So I'm wondering if yd somehow carries knowledge of how it was created. Thanks, Skipper
2009 Jul 18
1
What is the Datasets License?
...;t find an answer. Are the raw datasets in R in the public domain? Most are based on quite old "classic" published results, so I would then assume that the raw data is public domain rather than GPL. Can anyone answer this definitively, or is this maybe a question for R-devel? Cheers, Skipper
2004 Sep 26
2
Finding start of audio data using metadata level 2 interface.
I'm attempting to use the metadata level 2 interface to get at the various interesting bits, which is working fine. But I also need a relevant piece of data, the offset of where the metadata ends, and the audio blocks begin. I'm not finding a clear way to reach that number. Is this exposed anywhere? Thanks. -D -- The revolution will be documented.
2004 Sep 26
0
Finding start of audio data using metadata level 2 interface.
...process_until_end_of_metadata(...) FLAC__file_decoder_get_decode_position(...) and that will tell you. the decode position is relative to the start of the file even if you have an id3v2 tag in front. native FLAC's metadata system is simple enough that you could also write a custom metadata skipper pretty easily. you just have to parse the lengths out of each metadata header and skip over the blocks. Josh __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail
2009 Jul 15
1
GLM Gamma Family logLik formula?
...alculated dispersion for the gamma model. However, when I calculate the logLik by hand this way the answer differs slightly (about .5) from the logLik(glm.m1). I haven't been able to figure out why looking at the help. If anyone has any ideas, the insight would be much appreciated. Cheers, Skipper
2013 Jan 03
6
Bounty on Error Checking
Dear R developers---I just spent half a day debugging an R program, which had two bugs---I selected the wrongly named variable, which turns out to have been a scalar, which then happily multiplied as if it was a matrix; and another wrongly named variable from a data frame, that triggered no error when used as a[["name"]] or a$name . there should be an option to turn on that throws an