search for: otoe

Displaying 20 results from an estimated 37 matches for "otoe".

Did you mean: othe
2008 Aug 01
1
Confidence intervals with nls()
I have data that looks like O.lengthO.age 176 1 179 1 182 1 ... 493 5 494 5 514 5 606 5 462 6 491 6 537 6 553 6 432 7 522 7 625 8 661 8 687 10 704 10 615 12 (truncated) with a simple VonB growth model from within nls(): plot(O.length~O.age, data=OS) Oto = nls(O.length~Linf*(1-exp(-k*(O.age-t0))), data=OS, start=list(Linf=1000, k=0.1, t0=0.1), trace=TRUE) mod <- seq(0, 12)
2008 Jun 10
3
newbie nls question
I'm tyring to fit a relatively simple nls model to some data, but keep coming up against the same error (code follows): Oto=nls(Otolith ~ Linf*(1-exp(-k(AGE-to))), data = ages, start = list(Linf=1000, k=0.1, to=0.1), trace = TRUE) The error message I keep getting is "Error in eval(expr, envir, enclos) : could not find function "k"". I've used this
1998 Dec 11
1
backup PC client
I began with Samba 1.9.18.p10. on SunOs 5.6. I try backup PC(Windows95) with this: smbclient \\\\pcbig\\test .. .. smb:\> recurse smb:\> directory recursion is now on smb:\> tar c /dev/rmt/0 .... Until it is OK. But restore has error: smb:\> tar x /dev/rmt/0 smb:\> restore tar file \test1.txt of size 70 bytes smb:\> Updating creation date on \testfolder1\ smb:\> ERRDOS - 50
2008 Feb 25
1
[Fwd: Re: [Fwd: Update to 2.2.1-2]]
An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20080225/377bed98/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: usbhid-ups.loghid-ups.log.D4.zip Type: application/zip Size: 5428 bytes Desc: not available Url :
2006 Apr 13
2
a question on subset a dataset
Dear R-users, I generate a dataset "d", and want to get a subset from it. ** *z<-rnorm(9) coords<-cbind(x=c(1,1,1,2,2,2,3,3,3),y=c(1,2,3,1,2,3,1,2,3)) d<-SpatialPointsDataFrame(coords, data.frame (z=z[1:9]))* The result*/dataset* is coordinates z 1 (1, 1) 1.41173570 2 (1, 2) 0.18546503 3 (1, 3) -0.04369144 4 (2, 1) -0.21591338 5 (2, 2)
2012 Jan 02
1
Can not logon to domain:
Hi all, After new year I started to getting error when trying to logon to domain. Everything worked well before Christmass; I don't remember any (relevant) changes. I'm getting this error in log: netlogon_creds_server_check failed. Rejecting auth request from client COMPUTER machine account COMPUTER$ After reading some googled solution nothing seems be relevant for me ... I tried to
2013 Oct 20
2
optimize la value of pool in database.yml
Hi, I would like to understand how to calculate optimal value for "pool" parameter in database.yml I''m using rails 3, ruby 2, postgres, elasticsearch, unicorn, nginx My server : 12 coeurs 24 threads ( I dont know if it is necessary for define pool value) unicorn : worker_processes 24 I have around 1500 pages requested per minutes, and around 200ms per request Is it also
2017 May 31
4
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...gt;> So to my mind, chaning the definition of line() to give sensible output >> that is in accordance with the theory, does not imply any inconsistency >> with the quantile definition in R. At least not with 6 out of the 9 >> different ones ;-) >> > Nice shot. > But OTOE (on the other end ;) > > sapply(1:9, function(i){ > + sum(dfr$time >= quantile(dfr$time, 2./3., type = i)) > + }) > [1] 8 8 8 8 6 6 8 6 6 > > Here "8" gains 5 votes against 4 for "6". There were two defector methods > that changed the point number an...
2017 May 31
2
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
OTOH, > sapply(1:9, function(i){ + sum(dfr$time <= quantile(dfr$time, 1./3., type = i)) + }) [1] 8 8 6 6 6 6 8 6 6 Only the default (type = 7) and the first two types give the result lines() gives now. I think there is plenty of reasons to give why any of the other 6 types might be better suited in Tukey's method. So to my mind, chaning the definition of line() to give sensible
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
I Don't speak the language it is in, but is this spam? -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org] On Behalf Of SAGLAM SiGORTA Sent: Wednesday, November 14, 2001 10:40 PM To: samba@samba.org Subject: BASA GELEN CEKiLiR DEMEYiN.. Importance: High SA?LAM S?GORTA ARACILIK H?ZMETLER? Merhabalar, Size ?ncelikle firmam?z? tan?tarak
2008 Feb 26
1
Update to 2.2.1-2
Dear Arnaud, > guys, > > sorry for the lag in jumping over there. > You anyway do a good job! Thanks for prompt answers! > > If you want to do it yourself: > - look here for the needed build tools > http://www.debian.org/doc/maint-guide/ch-start.en.html#s-needprogs > - svn co svn://svn.debian.org/nut/trunk > - cd trunk > - ln -s packaging/debian > - fakeroot
2013 Feb 14
1
create object after before_filter :authenticate_user!
hi I use devise and cancan my model class PostsController < ApplicationController before_filter :authenticate_user!, only: [:create, :update, :destroy] ... end so an unauthentificate user can access new post form. Now when unauthentificate user submit new or edit forms, he is redirected to login form. But when he logs in, his post is not save in database. Is there anythings to do such
2013 Mar 27
1
remove all html tag before validation
hi, is there a clean way to remove all html tag of all attributes before validation I found acts_as_sanitized that seemed to be perfect, but for rails 2 :-s thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2004 Oct 18
1
Experience on using Samba with XP SP2
Hallo, > We have problems with printing after installing XP SP2. > In nearly every software it takes about 10 seconds to 30 seconds, if you > click on "Print-Button" and wait for the print dialogue window. > Extremly slow are programs like MS Word (30 seconds, when you open a > document the first time). same problem here. This a known but _unresolved_ problem for Samba
2011 Oct 06
1
Porting samba setup to backup server
I must set up a backup server for failover and have used tdbbackup to create backup files from the functioning primary server. I then copied the files to the backup server and used tdbbackup to restore all the databases, along with copying the smb.conf and other text files from /etc/samba. This does not seem to work and I was hoping someone could assist. Primary server is RHEL 5.4 with Samba
2017 May 31
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...haning the definition of line() to give sensible output >>> that is in accordance with the theory, does not imply any inconsistency >>> with the quantile definition in R. At least not with 6 out of the 9 >>> different ones ;-) >>> >> Nice shot. >> But OTOE (on the other end ;) >> > sapply(1:9, function(i){ >> + sum(dfr$time >= quantile(dfr$time, 2./3., type = i)) >> + }) >> [1] 8 8 8 8 6 6 8 6 6 >> >> Here "8" gains 5 votes against 4 for "6". There were two defector methods >> that...
2004 Aug 06
2
Icecast + oddcast + voice
Hi: If you can record your mic but it's not working in XMMS, this suggests an issue on the XMMS side. Are you invoking the XMMS Recorder plugin as detailed in the Readme? Geoff. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
2017 May 31
0
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...> > So to my mind, chaning the definition of line() to give sensible output that is in accordance with the theory, does not imply any inconsistency with > the quantile definition in R. At least not with 6 out of the 9 different ones ;-) > > Nice shot. > But OTOE (on the other end ;) > > sapply(1:9, function(i){ > + sum(dfr$time >= quantile(dfr$time, 2./3., type = i)) > + }) > [1] 8 8 8 8 6 6 8 6 6 > > Here "8" gains 5 votes against 4 for "6". There were two defector methods > that cha...
2005 Jun 02
1
Logcheck flagging "RIP" requests from Router
I enabled logcheck on a Debian Sarge box and it is including in it's reports hundreds of lines like this: Jun 2 17:56:09 localhost kernel: PUB_IN DROP 4 IN=eth0 OUT= +MAC=ff:ff:ff:ff:ff:ff:00:09:5b:e9:56:a0:08:00 SRC=192.168.13.10 +DST=192.168.13.255 LEN=52 TOS=0x00 PREC=0x00 TTL=1 ID=20692 PROTO=UDP SPT=520 +DPT=520 LEN=32 Jun 2 17:56:39 localhost kernel: PUB_IN DROP 4 IN=eth0 OUT=
2011 Sep 30
5
Fwd: Win 7 Pro
Hello, I use Samba 3.5.11 from debian. I'm trying to add new Win7Pro to domain, but I still get error: "The specified domain either does not exist or could not be contacted". using wireshark I can see SMB_NETLOGON 279 SAM LOGON request from client SMB_NETLOGON 270 SAM Response - user unknown SMB_NETLOGON 279 SAM LOGON request from client SMB_NETLOGON 270 SAM Response - user unknown