similar to: Samba for IBM

Displaying 20 results from an estimated 200 matches similar to: "Samba for IBM"

2003 Aug 20
0
Re: Re: Your application
Parametric Technology Customer Support is unable to process your email due to the subject of the mail. Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support call number or the string "copen" as the subject of the mail. For existing calls, specify the call number as the subject of the mail. Call numbers must be in the form C###### (where # is a valid digit [0-9]).
2003 Aug 20
0
Re: Re: That movie
Parametric Technology Customer Support is unable to process your email due to the subject of the mail. Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support call number or the string "copen" as the subject of the mail. For existing calls, specify the call number as the subject of the mail. Call numbers must be in the form C###### (where # is a valid digit [0-9]).
2003 Aug 20
0
Re: Re: Wicked screensaver
Parametric Technology Customer Support is unable to process your email due to the subject of the mail. Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support call number or the string "copen" as the subject of the mail. For existing calls, specify the call number as the subject of the mail. Call numbers must be in the form C###### (where # is a valid digit [0-9]).
2007 Oct 04
0
New version of GillespieSSA package uploaded to CRAN
Dear useRs, A new version of the package GillespieSSA (0.3-1) has been uploaded to CRAN. The GillespieSSA package (Gillespie's Stochastic Simulation Algorithm) provides a simple to use, versatile, and extensible interface to a number of Monte Carlo implementations of the stochastic simulation algorithm (SSA) and is intended for scientists, teachers, and students alike. The SSA is a
2007 Oct 04
0
New version of GillespieSSA package uploaded to CRAN
Dear useRs, A new version of the package GillespieSSA (0.3-1) has been uploaded to CRAN. The GillespieSSA package (Gillespie's Stochastic Simulation Algorithm) provides a simple to use, versatile, and extensible interface to a number of Monte Carlo implementations of the stochastic simulation algorithm (SSA) and is intended for scientists, teachers, and students alike. The SSA is a
2004 Jun 03
2
returning strings to R from C functions
I'm using .C() and .External() and have no problems sending integers, reals or strings from R to C. Nor do I have problems sending integers or reals back from C to R. But I'm pulling my hair out trying to set a string value in a C function and then sending it back from C to to R. I've searched the usual sources and tried various casts, macros and allocation schemes, but I'm
2004 May 30
0
R Wrappers for "scanf-like" c functions.
I'm having difficulty trying to figure out how to write an R wrapper for a C function that has a "scanf-like" argument list. Recall that in C, functions like scanf() return their values through a variable number of arguments whose type and number is determined by a format string. In C this is handled by parsing the format string and then
2004 Jun 07
2
Problem with rxFax
I compiled libtiff version 3.6.1 and spandsp and spandsp version k. When trying to load asterisk I get the folloein error: Jun 7 10:15:03 WARNING[16384]: loader.c:408 load_modules: Loading module app_dtmftotext.so failed! Ouch ... error while writing audio data: : Broken pipe [root@zapata root]# Warning, flexible rate not heavily tested! Please help! -- Manuel Marin Garcia TRANSTELCO S.A.
2008 Aug 01
1
Solving Yis[i] = a*cos((2*pi/T)*(times[i] - Tau)) + ...
Hi everybody, I am reading the Lomb paper (Lomb, 1976) and I found an interesting equation, and I wish to resolve it using R. I am wondering if anybody has a hint. The equation is: Yis[i] = a*cos((2*pi/T)*(Times[i] - Tau)) + b*sin((2*pi/T)*(Times[i] - Tau)) ... (1) Where T and Tau are constants. I know the "Times" and "Tis" values (in fact these values come from a Time
2010 Jun 22
1
replication time series using permutations of the each "y" values
Dear All, I'm trying to create this: I've these data (a, b,c, etc. are numbers) : 1 a b 2 c d f 3 g 4 h ... N I'm trying to create the all "time series permutations" (length = N) taking account the possibilities for each value. For example (N=4), 1 a 2 c 3 g 4 h next, 1 b 2 c 3 g 4 h next 1 a 2 d 3 g 4 h and so on. For this example, there are
2014 Oct 15
3
Ayuda prueba de significancia funcion nls()
Hola, estoy haciendo un estudio de la desaceleración de la mortalidad y tengo dudas con la función nls(), adjunto un archivo donde he redactado mi inquietud. saludos cordiales Boris Polanco ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20141015/b9761c95/attachment-0001.html> ------------ próxima
2005 Sep 06
2
Predicting responses using ace
Hello everybody, I'm a new user of R and I'm working right now with the ACE function from the acepack library. I Have a question: Is there a way to predict new responses using ACE? What I mean is doing something similar to the following code that uses PPR (Projection Pursuit Regression): library(MASS) x <- runif(20, 0, 1) xnew <- runif(2000, 0, 1) y <- sin(x) a <- ppr(x, y,
2011 Aug 01
2
GLM & ANOVA
Hola a todos, Estoy trabajando con modelos lineales generalizados (GLM), en particular con las funciones glm y anova.glm de R. Tengo una pregunta que es más bien técnica en el sentido estadístico (y un poco Off Topic y probablemente un tanto naive). No tengo claro si es correcto decir análisis de varianza o de devianza al utilizar GLMs, veo que en el help de anova.glm dice análisis de
2017 Dec 29
3
Help with script
Hello there. Happy new year for everyone! I need help with a table. This table contains 300 rows and 192 columns. Being the first column the ID of my samples that can have several observations. I need to generate e NEW table that contains a single ID with the sum of the observations by columns: For example: Example ID?? A??? B? ? C? ? D? ? E? ? F? ? G.... 191 columns a1?? 0??? 0??? 0? ? 1???
2007 Jul 16
1
question about ar1 time series
Hello everybody, I recently wrote a "program" that to generate AR1 time series, here the code: #By Jomopo. Junio-2007, Leioa, Vizcaya #This program to create the AR1 syntetic series (one by one) #Where the mean is zero, but the variance of the serie AR1 and #the coef. of AR1 are be changed. If var serie AR1 = 1 then is standarized! #Final version for AR1 time series program #Mon Jul
2004 Jun 23
1
cdr_mysql compilation error
I am trying to compile current cvs asterisk-addons for mysql cdr but I get the following error. Iam running mysql 4.0.20 and cvs v1 stable version of asterisk. cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration cdr_addon_mysql.c:50: warning: data
2004 Jun 17
7
TDMoE Question
Just a Question. I would like to know if TDMoE follows specifiaciones of TDMoIP RAD protocol that says that there is a compression of 16/1 when you do TDMoIP. Manuel Marin Garcia TRANSTELCO S.A. DE C.V. Campos Eliseos 9050 B4 – Cd. Juárez, Chih. 32452 - México Oficina: +52 656 692 11 09 – Fax: +52 656 692 1112 - Celular: 915 727 6141 http://www.transtelco.com.mx
2002 Jul 03
0
Fwd: RMySQL and Mac OS X
Begin forwarded message: > From: Arno Ouwehand <arno at stat.ucla.edu> > Date: Wed Jul 3, 2002 16:00:54 America/Los_Angeles > To: fernando.pineda at jhu.edu > Cc: deleeuw at stat.ucla.edu > Subject: RMySQL and Mac OS X > > I got it working, initially I had the same problem (using R1.5.0 and Mysql-3.23.49 ) > Then I installed the R 1.5.1 MetaPackage from
2006 May 16
1
change dchannel number
Hi: I'm using a te110p E1 card in Spain. There is way to change the dchan channel number? Here in Spain there is a voice company that works with dchannel in channel number 31. I must to set channels from 1 to 30 and dchan to 31 but when asterisk loads the chan_zap.c it says that channel 16 is reserve for dchan. Can you help me? Cheers. -- Jos? Luis Garc?a Ext. Pineda 2002001 Ext.
2011 Nov 20
0
Adding a "description" meta-tag to the R homepage (bump)
Hello dear R-devel, I am allowing myself to bump this issue again (half a year later) - I think that the www.r-project.org website could benefit from having a description meta-tag. Could anyone please let me know who to contact regarding this? With much respect, Tal On Sat, Apr 2, 2011 at 4:24 PM, Tal Galili <tal.galili@gmail.com> wrote: > Hello Peter, > > Here is what google