search for: 99835

Displaying 13 results from an estimated 13 matches for "99835".

Did you mean: 9835
2009 Jul 15
3
Axes origins and labeling
...e=2) text(1.5,115, "Mid BIA") text(3.5,160, "Whole BIA") points(1,135, pch=2) points(2,135, pch=2) points(3,135, pch=17) points(4,135, pch=17) Thanks ahead of time. Keith -- Keith Cox, Ph.D. Alaska NOAA Fisheries, National Marine Fisheries Service P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2008 Feb 19
2
addition of matrix
...,1]) Z <- matrix(nrow=num.rows, ncol=num.x.col*num.y.col) for( i in 1:num.rows) { Z[i,] <- as.vector(X[i,] %*% t(Y[i,])^-1 ) } Any help with making this be Y + X/Y would be appreciated. -- Keith Cox, Ph.D. Sitka Sound Science Center Fisheries Biologist P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2007 Oct 13
1
Plotting with 2 y axes
...f of a second y axis. I have many plots to create and need resistance plotted on one y axis and Temperature plotted on the second. Thanks in advance, keith Marlin Keith Cox Ph.D. At-Sea Processor Professorship of Fisheries Biology Science Chair Sheldon Jackson College Sitka, Alaska 99835 907.747.5296 http://www.sheldonjackson.edu [[alternative HTML version deleted]]
2009 Jul 16
1
axis label config mgp
...(R ~ Trt, xlab="Configuration",ylab="Resistance (Ohms)", xaxt='n', cex.axis=1.6,cex.lab=1.6) axis(side=1, at=c(1,2,3,4,5,6), labels=conif, las=2, cex.axis=1.4) -- kc Keith Cox, Ph.D. Alaska NOAA Fisheries, National Marine Fisheries Service P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2007 Oct 22
2
Repeated Measures/Linear Mixed Effects function
...77.7 d 4 61.8 e 4 75.7 f 4 96 a 5 62.7 b 5 56 c 5 63.6 d 5 51 e 5 56.6 f 5 Marlin Keith Cox Ph.D. At-Sea Processor Professorship of Fisheries Biology Science Chair Sheldon Jackson College Sitka, Alaska 99835 907.747.5296 http://www.sheldonjackson.edu [[alternative HTML version deleted]]
2008 Apr 06
3
Need help with Cisco 7960
Hello all, I need some help with my Cisco 7960 enabling TFTP. Does anyone know what numbers to press in the menu? Or can I enable this through telnet? Many thanks, Christian
2008 Feb 15
1
predict.lm with matrix as newdata
...or each individual number. I have tried changing Z to a data.frame, but this does not do it either. model.lm<-lm(w~x) pred.est <- predict.lm(model.lm, data.frame(x=Z)) Thanks in advance, keith -- Keith Cox, Ph.D. Sitka Sound Science Center Fisheries Biologist P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2008 Feb 19
0
Matrix addition
...1]) Z <- matrix(nrow=num.rows, ncol=num.x.col*num.y.col) for( i in 1:num.rows) { Z[i,] <- as.vector(X[i,] %*% t(Y[i,])^-1 ) } Any help with making this be Y + X/Y would be appreciated. -- Keith Cox, Ph.D. Sitka Sound Science Center Fisheries Biologist P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2008 Apr 22
1
subset and boxplots
...ok_dis h 90 brook_dis h 91 brook_dis nh 92 brook_dis nh 93 brook_dis nh 94 brook_dis nh 95 brook_dis nh 96 brook_dis nh 97 brook_dis nh 98 brook_dis nh 99 brook_dis nh -- Keith Cox, Ph.D. Sitka Sound Science Center Fisheries Biologist P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2008 Apr 10
2
Voicemail: afternoon audio file is missing
Dear all, I have Asterisk 1.4 and I'm using the voicemail feature. I edit /etc/asterisk/voicemail.conf with "envelope=yes" and after that I left a message in a given mailbox near 11:00 AM. When a dial the voicemail number in order to hear the message, the Astreisk server close the cal and I get this error from te CLI: [Apr 10 14:09:08] WARNING[12955]: file.c:563 ast_openstream_full:
2008 Apr 15
2
dialed number notify at invalid dial situation
Originally posted by: mailto: Hi all Now I'm making IVR sequance that is customised [mainmanu]. I wish to notify invaid command like a following exten => i,1,playback('your command is ...') exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-( exten => i,3,playback(' is incorrect! please again ') # This exten lines are figure for instruction. # I
2008 Feb 15
2
wire.frame tick labels from matrix
...me(mat.x,drape=TRUE,zlab=list("Proportion Error of Estimate", rot=90), xlab="Resistance Error (%) ",ylab="Length Error (%)",scale=list(arrows=FALSE)) detach(z) detach(sen) -- Keith Cox, Ph.D. Sitka Sound Science Center Fisheries Biologist P.O. Box 464 Sitka, Alaska, 99835 907 752-0563 marlinkcox@gmail.com [[alternative HTML version deleted]]
2008 Apr 09
6
Jumped from 1.2.7 to 1.4.19, missing CLI colors
Hi, I`ve just made a leap from * 1.2.7 to 1.4.19. It took a while to fix all the deprecated stuff, but everything seems to be working fine now, except for a little tiny thing. I lost all color in my CLI, which makes it harder to debug. Is there something that needs doing? I didn't explicitely disable colorization from the command line, and I did try using nocolor=no in the config files.