search for: kendra

Displaying 5 results from an estimated 5 matches for "kendra".

Did you mean: tendra
2009 Aug 21
2
using loglog link in VGAM or creating loglog link for GLM
...to properly use the earg parameter (and why I do not need it for cloglog despite having many zeros), leading me to wonder whether the loglog link here is really what I think it is (the compliment of cloglog). Again, any insights as to what I am missing would be appreciated. Many thanks, Kendra Walker, School of Natural Resources and the Environment, University of Michigan
2010 Aug 19
1
odd situation slightly off topic (sending file descriptors to another process)
I have coded up the standard sendfd() and recvfd() for linux to send and recv file descriptors. seems to work (http://book.chinaunix.net/special/ebook/addisonWesley/APUE2/0201433079/ch17lev1sec4.html) however when I recvfd() my number of open file descriptors bumps by 2 and not 1. (using lsof -p X | wc -l) I am not sure why the count jumps by 2 and not 1. The sendfd() is just sending a socket
2005 Mar 22
1
Help Debugging my code?
...such context/extention." when I call the number from my house number. Anyway, here is the code I have. [inbound] exten => 8667393960,1,Answer() exten => 8667393960,2,GotoIf($[${CALLERIDNUM} = ${house}]?specialized,8667393960,1:2) exten => 8667393960,3,GotoIf($[${CALLERIDNUM} = ${kendra}]?specialized,8667393960,1:2) exten => 8667393960,4,GotoIf($[${CALLERIDNUM} = ${rob}]?specialized,8667393960,1:2) exten => 8667393960,5,GotoIf($[${CALLERIDNUM} = ${jen}]?specialized,8667393960,1:2) exten => 8667393960,6,GotoIf($[${CALLERIDNUM} = ${mom}]?specialized,8667393960,1:2) exten =&...
2012 Jun 21
0
Getting started with Bayesian Change Point model in R
...r suggestions on how to develop this model further. Once those questions have been completed I am interested tweaking the model to prioritize the data (observations) based upon frequency of observations in space and time, then run the initial questions again. http://research.pbsci.ucsc.edu/eeb/kendrakarr/bcp/ Well thanks for any thoughts! -- *Kendra Karr, PhD* Post Doc, Ocean Innovations Environmental Defense Fund Center for Ocean Health 100 Shaffer RD. Santa Cruz, California 95060 Phone: 415 293 6050 Fax: 415 293 6051 Email: _kkarr@edf.org _Skype: kendra.karr_ _ [[alternative HTML...
2012 Oct 03
2
Failed installWithVers from local tar.gz
Hi, I am having trouble installing a previous version of a package, and multiple version of the package in R 2.12 or 2.15. I have download the tar.gz packages from the CRAN archive, and created an folder holding all the files. install.packages("changepoint_0.3.tar.gz", lib="~/Rtools/dir/of/pkgs/", repos=NULL, dependencies=FALSE,