search for: tins

Displaying 20 results from an estimated 398 matches for "tins".

Did you mean: ins
2013 Jan 25
5
Loop question?
Dear All   I have the following data (somewhat simplyfied):   TINF <-1 a <-c(500,750,1000,1250,1500,1750,2000) b <-c(8,12,18,24,36,48,60,72,96)   following function:   infcprodessa <-function (D, tin, tau, ts)   (D * (1 - exp(-0.048 * tin))/(tin * (0.048*79) * (1 - exp(-0.048 * tau)))) * exp(-0.048 * (ts - tin)) z <-sapply(1:1, function(n) infcprodessa(1000,TINF,12,12-TINF))   is
2008 Oct 15
1
investigating interaction term for a model of Gross Primary Productivity
I am trying to investigate the interaction term in the below. The paradigm in aquatic systems is that algal production is either nitrogen (TIN) or Phosphorus limited, and I am trying to investigate this- what is the best way to go about investigating the interaction term. I have some thoughts on the above, but I will withhold them to see what others think. Thanks for your help. d <-
2007 Jul 16
1
R:Re: Can''t migrate domains
my source machine is a debian I''ve recently installed, so all present rules were set by me. but my target machine is a fedora5 I''m using only to test migration. Since fedora was already installed for other purposes, there are some rules in iptables.... the only line with target "REJECT" is: target prot opt in out source destination
2012 Dec 17
3
simplifying code
Dear All,   I was wondering if you could help me with the following: I have the code:   tin <-0.5 tau <-24 output0 <-10 TIMELOW <-tin TIMEHIGH <-1*tau TIME1 <-c(seq(TIMELOW,TIMEHIGH, by = sign(TIMEHIGH-TIMELOW)*(tau-tin)/3))   then I would like to calculate:   cp1 <-output0*exp(-0.3*TIME1[1]) cp2 <-output0*exp(-0.3*TIME1[2]) cp3 <-output0*exp(-0.3*TIME1[3]) cp4
2003 Aug 14
1
Contouring irregular xyz data via TIN
Dear, I have XYZ data available in a MySQL database. I get it out, can plot the data with the plot() function, load it into a geoR datastructure. But what I actually would like to do is a simple contouring of the data based on a no Kriging interpolation such as TIN based. I know the first thing I shold do is interpolate a full matrix for the region I have my points for, then contour should
2010 Jul 12
2
Xyplot or Tin-R problem?
I ran the following script from xyplot Examples using Tin-R on Windows and saw no plot produced. EE <- equal.count(ethanol$E, number=9, overlap=1/4) xyplot(NOx ~ C | EE, data=ethanol, prepanel = function(x,y) prepanel.loess(x, y, span=1), xlab="Compression Ratio", ylab="NOx (micrograms/J)", panel = function(x,y) { panel.grid()(h = -1, v=2)
2006 Apr 02
5
Asterisk 2.0 Where to download
Hello All I read in www.sineapps.com have Asterisk 2.0 rewritten C# and run on windows, any body could be mail or send to me URL to download. Thanks Tin Trung Nguyen Technical Team Mobile: 084-91.365.4857 website: www.daivietcontrol.net -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jun 11
1
ROC for threshold value, biometrics
Hello, I am just a beginner of R 1.9.0. I try to construct a predictive score for the development of liver cancer in cirrhotic patients. So dependant variable is binanry (cancer yes or no). Independant variables are biological data. The aim is to find out a cut-off value which differentiate (theoratically) from normal to pathological state for each biological data. How can I step in procedue to
2008 Sep 24
2
lattice xyplot symbols instead of colors and legend matching plot symbols or colors
I would like to use the data below where the plots are close to what I want. Instead of color I would like to use different symbols, and have the symbols in the legend match the graphs. I am also going to add a regression line to these I know about the type="r" (which is fine for these particular graphs) argument, but it fits the subsets instead of the entire data set-- should I use a
2013 Apr 21
1
lsoda question from deSolve package
Dear List, Wonder if you have some thoughts on the following question using lsoda in desolve: I have the following data and function: require(deSolve) times <- c(0:24) tin  <- 0.5 D <- 400 V    <- 26.3 k <-0.056 k12  <- 0.197118 k21  <- 0.022665 yini <- c(dy1 = 0,dy2 = 0)  events <- data.frame(var = "dy1",time = c(10,15),value = c(200,100),method =
2003 Dec 17
1
repeated measures aov problem
Hi all, I have a strange problem and rigth now I can't figure out a solution. Trying to calculate an ANOVA with one between subject factor (group) and one within (hemisphere). My dependent variable is source localization (data). My N = 25. My data.frame looks like this: > ML.dist.stack subj group hemisphere data 1 1 tin left 0.7460840 2 2 tin left
2013 Jan 03
1
R2OpenBUGS question with differential equations
Dear All,   Currently I am running the following code:   library(stats4) library(odesolve) library(rgenoud) Input<-data.frame(SUB=c(1),time=c(0.5,3,10,15),lev=c(2.05,12.08,9.02,8)) XD<-500 IT<-3 diffeqfun<-function(time, y, parms) {   if(time<=IT)      dCpdt <- (XD/IT)/parms["Vol"] -
2005 May 08
2
Sangoma card !
Hello All ! i'm purchased sangoma card A-101. i connect to E1 with MF/R2 signalling. but card don't work. negotiation with E1 fail. please help me to correct it. i dont' know some parameters such as: MTU, BAUDRATE Thanks Tin Trung -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Jan 06
1
Problem with some applications
Hi, I have a few apps that won't work with samba; when I install the application locally i don't have problems, when I install them on a samba share I get the following error: Unable to register g:\<path to>\ONWDB.dll Other applications do work correct... Any ideas or more info needed? greetz Hans -- Hans Scheffers http://www.jiffie.nl/stamboom/ Croll's
2003 Nov 18
8
Samba Setup
Hi Group, What is the indication on my samba server if it is successfully added to a native mode active directory environment? Thanks, Gerald __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
2005 Apr 02
2
Amount of memory under different OS
Hi, I have a problem: I need to perform a very tough analysis, so I would like to buy a new computer with about 16 GB of RAM. Is it possible to use all this memory under Windows or have I to install other OS? Thanks, Marco
2010 Mar 02
1
copying differences to different directory
sorry for the confusing subject line. i couldn't think of a better way to say it. i'm wondering if rsync can perform the following action: Compare contents of Directory A (master) to Directory B and copy any differences from Directory A to Directory C (example below) Directory A: foo bar biz nis sum tin Directory B: foo biz nis sum Directory C: (empty prior to rsync operation) bar
2000 Jun 19
0
Samba over a PPP connection
Hello, we are trying access with a Windows98 portable computer to a SCO-Unix server over a telephone line PPP connection. After connection we can ping/telnet the server correctly but cannot "see" unix folder called "G:"; the same portable computer, over direct LAN connection it usually "see" perfectly. Do you have suggestions to solve this problem? Please reply as
2002 May 20
1
Samba encrypt passwd -additional info
Hi, The following transcript may be of help in finding what's wrong. [root@star samba]# smbclient -L star -N added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0 Anonymous login successful Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.1a] Sharename Type Comment --------- ---- ------- tmp Disk Temporary file
2004 Apr 10
3
Kerberos and Samba
Hi. I've built an afs cell, a kerberos kdc, an openldap server, all kerberized. Now all linux clients can login on the cell using k5 authentication, finding informations about their home dirs with ldap. Their home reside on the afs cell, which allows r/w access since it releases a token from the k5 ticket. All macosx clients can login as well... but what about windows? ^___^;;;