search for: transmis

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

Did you mean: transmit
2006 Aug 21
0
Fw:Xend start and after lose network
...5 Masque:255.255.255.0 adr inet6: fe80::fcff:ffff:feff:ffff/64 Scope:Lien UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Packets reçus:32 erreurs:0 :0 overruns:0 frame:0 TX packets:50 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 Octets reçus:3903 (3.8 KiB) Octets transmis:5237 (5.1 KiB) Interruption:11 Adresse de base:0xe000 lo Lien encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 adr inet6: ::1/128 Scope:Hôte UP LOOPBACK RUNNING MTU:16436 Metric:...
2006 Apr 05
2
gsub in data frame
...rame. # I tried: out <-gsub("--","\\\\N",as.matrix(d)) #using as.matrix to get rid of factors out cat(out) # But I lost my data frame ### end Any idea? Regards, Pierre Lapointe ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2006 Apr 24
2
Change the language of the labels in a graph
...env(LANGUAGE="fr") x <- as.Date(c("1jan1960", "2jan1960", "31mar1960", "30jul1960"), "%d%b%Y") y <-1:4 plot(x,y) Regards, Pierre Lapointe ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2012 Oct 11
0
Error with cForest
...rm. The two questions regarding the script in question (script below) include: 1). After the cForest prints the initial results the error below is displayed: " Random Forest using Conditional Inference Trees Number of trees: 500 Response: Light Inputs: FormH, FormV, Uratio, Void, Transmis Number of observations: 660 FormH FormV Uratio Void Transmis 2259311332 713202692 4250413991 50551193145 571666638 Error in print.default(occupied$Fan, predicted) : invalid 'digits' argument" This error only occurs when I change the dependent variab...
2006 Mar 14
2
Multi-line paste function
...te(" SELECT * FROM estimates a, newtable b WHERE a.Ticker=b.Ticker AND a.Fiscal_Year=b.Fiscal_Year AND a.EPS<>b.EPS AND a.Date_Last_change-1.9>b.Date_Last_change ") Regards, Pierre ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2005 May 25
1
Plot: Distance between tick and tick label on y-axis
...d y-axis. I want my y-axis labels to be horizontal. I can I reduce the distance between y-axis ticks and labels? Regards, Pierre Lapointe Assistant Market Strategist *********************************************************************************** AVIS DE NON-RESPONSABILITE:\ Ce document transmis par courri...{{dropped}}
2005 May 26
1
Useful tip: Use Google to find R scripts
...ms? Use Google to find actual scripts: filetype:R boxplot will return real R scripts using the boxplot function. Regards, Pierre Lapointe Assistant Market Strategist *********************************************************************************** AVIS DE NON-RESPONSABILITE:\ Ce document transmis par courri...{{dropped}}
2005 Jun 08
1
RODBC question: problem importing series with blank cells
...- sqlFetch(chan, "Sheet1") close(chan) ts<-ts[-1,] str(ts) head(ts) tail(ts) Regards, Pierre Lapointe Assistant Market Strategist National Bank Financial *********************************************************************************** AVIS DE NON-RESPONSABILITE:\ Ce document transmis par courri...{{dropped}}
2006 Nov 07
1
Gregexpr - extract results with lapply
...My problem is linking it all together. I know the answer is probably with lapply lapply(str,substr,1,3) but I don't know how to specify the right start and stop positions from the gregexpr results. ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2007 Jan 16
1
system(mysql... Does not recognize < as passing an attribute (No HTML)
...12 day 18 svn rev 40228 language R version.string R version 2.4.1 (2006-12-18) ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2006 Jul 19
1
How would you export a 3-dimensional array to an SQL database?
...SQL database? a<-array(1:24, 2:4) Is there an open source DB that would be more adequate for this type of operation? Is there a way to reshape/flatten a 3-dimensional array? Regards, Pierre Lapointe ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2005 May 22
4
Calling R from R and specifying "wait until script is finished"
...f my scripts take. Is there an easier way? Something like calling R from R and specifying that the script has to be finished before continuing. Thanks Pierre Lapointe *********************************************************************************** AVIS DE NON-RESPONSABILITE:\ Ce document transmis par courri...{{dropped}}
2007 Jan 16
1
system(mysql... Does not recognize < as passing an attribute
...12 day 18 svn rev 40228 language R version.string R version 2.4.1 (2006-12-18) ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2006 Nov 06
2
grep searching for sequence of 3 consecutive upper case letters
...[grep('[A-Z]{3}',str)] #looking for a sequence of 3 consecutive upper case letters [1] "AGH" "this WOUld be good" "Not Good at All" Any idea? Pierre ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2006 Mar 29
1
Data assimilation / inverse modeling in R
...verse modeling. These searches do not return anything that look like Kalman filter variations (EK, SEEK, ROEK, etc.) help.search("assimilation") help.search("inverse model") Regards, ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2006 Jun 09
3
sqlSave() and rownames=TRUE makes my Rgui crash
...svn rev 38024 language R version.string Version 2.3.0 Patched (2006-05-11 r38024) Pierre Lapointe ************************************************** AVIS DE NON-RESPONSABILITE: Ce document transmis par courrie...{{dropped}}
2005 May 19
5
Arranging Plots
Dear all, I'd appreciate any hints how to arrange some plots. I have three plots. I would like to arrange them in the following order: - Plot 1 and Plot 2 should be in the upper row - Plot 3 should be in the lower row but centered in the middle. I hope the following sketch will help understanding my problem ================ | === === | || P1| |P2 | | || | | | | | === === |
2005 Jun 14
1
Matrix stability problem
...0 [2,] 0.2612857 # Far from 0.2 [3,] 0.5088571 Do you know any function/package in R that could help me get a result closer to the expected one? Regards, Pierre Lapointe *********************************************************************************** AVIS DE NON-RESPONSABILITE:\ Ce document transmis par courri...{{dropped}}
2010 Sep 07
3
voice mail system
...e. Le pr?sent message ?lectronique s'adresse au destinataire indiqu? et peut contenir des renseignements de caract?re priv? ou confidentiel. Toute diffusion, copie, utilisation, reproduction ou modification de cette communication ?lectronique est strictement interdite. Si ce message vous a ?t? transmis par erreur, ou vous n'?tes pas le destinataire de ce document, veuillez en informer l'exp?diteur par courriel ou par t?l?phone : (877) 352-4497 poste 203 et le supprimer imm?diatement. [cid:image004.gif at 01CB4E75.BB6E0180] -------------- next part -------------- An HTML attachment was sc...
2008 Dec 10
1
df returns weird values
...uot;brick-afr" volume option auth.ip.brick-locks.allow * # Allow access to "brick-locks" volume end-volume Thanks! P.S. Is there a way to search the mailing list archive? - Tony Bussi?res Valeurs mobili?res Desjardins - TI - L'int?grit? des informations transmises dans ce courriel n?est pas garantie par Valeurs mobili?res Desjardins, qui d?cline toute responsabilit? quant aux dommages caus?s par leur modification frauduleuse. Ce courriel est confidentiel et est ? l?usage exclusif de son destinataire. Toute personne qui re?oit celui...