search for: sitka

Displaying 18 results from an estimated 18 matches for "sitka".

Did you mean: litka
1999 Jan 07
2
errores
Happy New Year to all, I am using RW0631 and WIN98. 1. The command DATA only works for the base library. 2. The following code on page 312 of Venables and Ripley 1997 sitka.lme <- lme(size~treat*ordered(Time),random=~1,cluster=~tree,data=Sitka, serial.structure="ar1.continuous",serial.covariate=~Time) produced the following error message Error in lme(size ~ treat * ordered(Time), random = ~1, cluster = ~tree, : unused argument to function The example l...
2008 Feb 19
2
addition of matrix
...<- length(X[1,]) num.y.col <- length(Y[1,]) num.rows <- length(X[,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]]
2009 Jul 15
3
Axes origins and labeling
...s=gut) axis(side=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 15
1
predict.lm with matrix as newdata
...tes a prediction estimate using each column, how can I get it an estimate for 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
...<- length(X[1,]) num.y.col <- length(Y[1,]) num.rows <- length(X[,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
...brook_dis h 86 brook_dis h 87 brook_dis h 88 brook_dis h 89 brook_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]]
2007 Oct 13
1
Plotting with 2 y axes
...es not plot off 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
...otR<-boxplot(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
...68.8 c 4 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]]
2012 Apr 01
4
map and shapefile help
Hi, I want to use map("state") and have the ecoregion shape (please see link) file projected onto this. ftp://ftp.epa.gov/wed/ecoregions/cec_na/NA_CEC_Eco_Level3.zip ftp://ftp.epa.gov/wed/ecoregions/cec_na/NA_CEC_Eco_Level3.zip Could someone please show me how; I have never messed with this sort of thing. Thanks. -- View this message in context:
2008 Feb 15
2
wire.frame tick labels from matrix
...,5) rownames(mat.x)<-c(0,5,10,15,20,25) mat.x library(lattice) wireframe(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 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
2002 Nov 21
1
AW: Improving R Editing: New JEdit Edit Mode for R
Hi Daniel, > Do you have experience how JEdit compares to other > R-capable editors like e.g. WinEdt? Does it offer something like WinEdt's > integration with the Windows R-gui? I have never tried out WinEdit but after reading your message I took a quick glance at their homepage. It would not be useful for JEdit to implement the provided interaction with R-GUI since JEdit has to
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:
2003 Apr 09
1
'Apparently' trouble with name spaces and Sweave...
...r, Insurance, leuk, lh, mammals, MASS.data.load, mcycle, mdeaths, Melanoma, menarche, michelson, minn38, motors, muscle, newcomb, nlschools, nottem, npk, npr1, oats, OME, painters, petrol, phones, Pima.te, Pima.tr, Pima.tr2, quine, Rabbit, road, rock, rotifer, Rubber, ships, shoes, shrimp, shuttle, Sitka, Sitka89, Skye, snails, SP500, steam, stormer, survey, synth.te, synth.tr, topo, Traffic, UScereal, UScrime, VA, waders, whiteside, wtloss Error in library(MASS) : package/namespace load failed Error in driver$runcode(drobj, chunk, chunkopts) : Error in library(MASS) : package/namespace loa...
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
2005 Sep 09
4
Huge Echo
asterisk-users-bounces@lists.digium.com wrote: > In the following setup: > call coming from a pstn line -> into FXO card -> asterisk -> SIP > phone > > i get an incredible loud echo in the SIP phone (about 0,5-1s) > (everything i speak into SIP phone microphone i hear in its > speaker). The person calling from PSTN is not getting any echo. Make sure you're not
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.