Displaying 20 results from an estimated 117 matches for "quebec".
2012 Nov 09
5
using lapply with recode
...ded. I need the whole data frame with the recoded variable.
Thank you for your help. Reproducible data and my current code are below.
####Sample Data
mylist<-list(df1=data.frame(a=seq(1,10,1), prov=c(rep('QUE', 5), rep('BC', 5))), df2=data.frame(a=seq(1,10,1), prov=c(rep('Quebec', 5), rep('AB', 5))))
str(mylist)
###My current code
lapply(mylist, function(x) {
recode(x$prov, "'QUE'='QC' ; 'Quebec'='QC'")
}
)
*********************************
Simon J. Kiss, PhD
Assistant Professor, Wilfrid Laurier University
73 George S...
2006 Mar 15
1
filtering in aggregate
Hello all,
I have a data frame with year, month, species, fishing gear and catch
(Y, M, S, F, C) and I want the sum of C by Y for species "A" and fishing
gear "trawl".
I tried things like aggregate(C[S=="A" & F=="trawl"], list (Year =
Y[S=="A" & F=="trawl"]), fun=sum), but it didn't worked.
To overcome this problem I did
2010 Jul 23
2
re-ordering bwplot
Dear list:
I'm using bwplot to compare concentrations by location and treatment as in:
# using built in data
bwplot( conc ~ Type : Treatment, data = CO2 )
I would like the order of the plots to be: 3,4,1,2. I can't seem to figure this out with index.cond or permc.cond.
Any help is appreciated!
Brad Eck
[[alternative HTML version deleted]]
2010 Apr 09
5
Read data in sequences
...same line represent pairs of values for "x1" and
"x2".
In SAS, this type of dataset is easy to read using "@@" as in:
data a;
input Treat @ x1 x2 @@;
But I would like to know how to read it with R, to get rid of my addiction
to SAS.
Thank You,
Rock Ouimet
DRF-MRNF, Quebec
--
View this message in context: http://n4.nabble.com/Read-data-in-sequences-tp1819487p1819487.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jun 01
2
Partial R-square in multiple linear regression
...contributions of several indepenent variables. I tried searching for
this function in many R packages, but it has proven elusive to me. I
am an R beginner, and I am hoping that I will find a solution!
Thank you very much.
Sincerely,
Jin Choi
MSc Epidemiology student
McGill University, Montreal, Quebec, CANADA
2017 Jun 20
2
JIT, LTO and @llvm.global_ctors: Looking for advise
...tment.
Cheers,
Benoit
Benoit Belley
Sr Principal Developer
M&E-Product Development Group
MAIN +1 514 393 1616
DIRECT +1 438 448 6304
FAX +1 514 393 0110
Twitter <http://twitter.com/autodesk>
Facebook <https://www.facebook.com/Autodesk>
Autodesk, Inc.
10 Duke Street
Montreal, Quebec, Canada H3C 2L7
www.autodesk.com <http://www.autodesk.com/>
From: David Blaikie <dblaikie at gmail.com>
Date: mardi 20 juin 2017 à 11:12
To: Benoit Belley <benoit.belley at autodesk.com>, llvm-dev
<llvm-dev at lists.llvm.org>, Lang Hames <lhames at gmail.com>,...
2017 Jun 19
2
JIT, LTO and @llvm.global_ctors: Looking for advise
...rc2.
Cheers,
Benoit
Benoit Belley
Sr Principal Developer
M&E-Product Development Group
MAIN +1 514 393 1616
DIRECT +1 438 448 6304
FAX +1 514 393 0110
Twitter <http://twitter.com/autodesk>
Facebook <https://www.facebook.com/Autodesk>
Autodesk, Inc.
10 Duke Street
Montreal, Quebec, Canada H3C 2L7
www.autodesk.com <http://www.autodesk.com/>
2005 Feb 06
3
inter asterisk
...---- (same for SERVER2)
IAX.conf
------------------------------------------------
~ [general]
~ bindport=4569
~ delayreject=yes
~ language=fr
~ allow=all
~ jutterbuffer=no
~ register => username:password@server2.domain.com
~ tos=lowdelay
~ autokill=yes
~
~ [quebec]
~ type=friends
~ username = username
~ password=password
~ context=montr?al
~ host=Dynamic
~ secret = password
~ disallow = all
~ allow=ulaw
~ allow=gsm
extensions.conf
------------------------------------------(Same for SERVER2 but no registration)
~ [general]...
2002 Feb 19
0
Samba-3.0-alpha9 compilation problems
...someone can help...
--
----------------------------------------------------------------------
Sylvain Robitaille syl@alcor.concordia.ca
Systems analyst Concordia University
Instructional & Information Technology Montreal, Quebec, Canada
----------------------------------------------------------------------
From: Sylvain Robitaille (syl@alcor.concordia.ca)
Subject: Samba-3.0-alpha9 compilation problems
Newsgroups: comp.protocols.smb
Date: 2002-01-28 12:31:58 PST
Hello,
I'm trying to experiment with Samba-3.0, ultima...
2003 Nov 19
1
maximum width for pdf device
.... I get an
empty out.pdf . Is there a solution around this.
Thanks.
Vince
--
+-----------------------------------------------------------+
| Vincenzo Forgetta |
| Computational Biology |
| McGill University and Genome Quebec Innovation Centre |
| 740 Dr. Penfield Avenue |
| Room 7211 |
| Montreal, Quebec Canada, H3A 1A4 |
| Tel: 514-398-3311 00476 |
| Email: vince.forgetta at...
2006 Apr 03
1
Maps of Canada and some (very) simple instructions
I am a very new user of R (ver 2.2.1 & Windows XP)
I would like to see if I can plot some simple data
(Number of people in certain regions of Canada and
within Ontario and Quebec. Can anyone suggest a) a
souce of Canadian maps and b) some simple worked
examples of using maps. At the moment I have managed
to load the map and mapdata libraries but that is
about the extend of my knowledge.
So far I have not found anything that is as basic as I
need. I need something pretty...
2010 Dec 21
1
Density plot with lattice?
Hi,
Is it possible to remove the points at the base of a density plot?I would like to keep only the curves of the plot, not the points.
Thank you.
Marie-Helene HacheyM.Sc. studentUniversite Laval, Quebec
2005 Sep 19
1
Prompt translation: can't find "please wait try ext" prompt filename
Hi all,
I'm currently doing a french canadian (quebec) translation of the
prompts. Almost all the about 140 default prompts are done, but there is
one I can't find...
In the directory, when the user found the good persor it press '1'. Then
"Please whait while I try extension..." prompt is played. I can't find
it and in "...
2006 Feb 24
1
Uploading driver to Samba
...y others seems to have the same problem)
If yes, where can I found a solution to fix it?
My Linux server is a Domain members of a Windows NT4 Servers
I realy need help to fix it
Thank's to anyone who can help me
Pierre Dumaresq
Mis Director
Prestige Telecom
575 Morgan Blvd, Baie d'Urfe, Quebec, H9X 3T6
Tel (514) 457-4488 x269
Fax (514) 457-4517
Cel (514) 409-5882
Email: pdumaresq@prestige-tel.com
2006 Sep 25
1
Special Characters
...ns, but I've heard that
french special characters may lead to problems. Is this still a problem?
I've heard that special characters like "?" in a file name cause the
file to be 0 size and removeable only via the linux filesystem, not
through a file share... Since I'm in Quebec, Canada, this is a concern
for me...
Regards,
Ugo
2006 Mar 14
1
Ordered logistic regression in R vs in SAS
...So my question is: Can someone tell me what is the difference between the ordered logistic regression of R and that of SAS? Does anyone have a suggestion to help me run my program in R?
Thank you very much,
Emilie Berthiaume
graduate student
Biology Department
Sherbrooke University
Sherbrooke, Quebec
CANADA
emilie.berthiaume@USherbrooke.ca
[[alternative HTML version deleted]]
2015 Sep 08
2
LLVM struct, alloca, SROA and the entry basic block
...rocessors ?
Cheers,
Benoit
Benoit Belley
Sr Principal Developer
M&E-Product Development Group
MAIN +1 514 393 1616
DIRECT +1 438 448 6304
FAX +1 514 393 0110
Twitter<http://twitter.com/autodesk>
Facebook<https://www.facebook.com/Autodesk>
Autodesk, Inc.
10 Duke Street
Montreal, Quebec, Canada H3C 2L7
www.autodesk.com<http://www.autodesk.com/>
[Description: Email_Signature_Logobar]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150908/4f2eb622/attachment.html>
-------------- nex...
2017 Oct 08
2
Manipulations with CO2 dataset on R
...s from 3 days, it would be really nice if someone could explain me the answers with the relative commands.
thanks a lot in advance
The following 7 questions are based on the CO2 dataset of R.
1) How many of the plants in CO2 are Mc2 for Plant?
2) How many are either Mc2 or Mn2?
3) How many are Quebec for Type and nonchilled for Treatment?
4) How many have a concentration (conc) of 350 or bigger?
5) How many have a concentration between 350 and 435 (inclusive)?
6) How many have a concentration between 300 and 450 (inclusive) and are nonchilled?
7)How many have an uptake that is less than 1/1...
2015 Sep 08
5
LLVM struct, alloca, SROA and the entry basic block
...rocessors ?
Cheers,
Benoit
Benoit Belley
Sr Principal Developer
M&E-Product Development Group
MAIN +1 514 393 1616
DIRECT +1 438 448 6304
FAX +1 514 393 0110
Twitter<http://twitter.com/autodesk>
Facebook<https://www.facebook.com/Autodesk>
Autodesk, Inc.
10 Duke Street
Montreal, Quebec, Canada H3C 2L7
www.autodesk.com<http://www.autodesk.com/>
[Description: Email_Signature_Logobar]
_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>http://lists.llvm.org/cgi-bin/mailman/listinfo...
2010 Dec 17
2
newbie question on str output
...command:
> str(CO2)
Classes ‘nfnGroupedData’, ‘nfGroupedData’, ‘groupedData’ and
'data.frame': 84 obs. of 5 variables:
$ Plant : Ord.factor w/ 12 levels "Qn1"<"Qn2"<"Qn3"<..: 1 1 1 1 1 1 1 2
2 2 ...
$ Type : Factor w/ 2 levels "Quebec","Mississippi": 1 1 1 1 1 1 1 1 1 1
...
$ Treatment: Factor w/ 2 levels "nonchilled","chilled": 1 1 1 1 1 1 1 1 1 1
...
$ conc : num 95 175 250 350 500 675 1000 95 175 250 ...
$ uptake : num 16 30.4 34.8 37.2 35.3 39.2 39.7 13.6 27.3 37.1 ...
- attr(*,...