Displaying 20 results from an estimated 146 matches for "laval".
Did you mean:
lava
2005 Sep 27
2
Binding dataframe with different length in rows and columns
...28 56
Where X is a unique number and Y and Z some variables
Dataset 2:
X I J
1 10 12
1 12 12
1 23 30
1 40 46
2 7 8
2 8 9
2 9 8
3 2 0
4 98 87
4 78 89
Where X IS NOT this time a unique number. I and J are some variables.
Thank you by advance
J??r??me Lema??tre
??tudiant au doctorat
Universit?? Laval
Qu??bec, QC
2006 Jan 31
2
Announce: Contributed Documentation
...xample scripts and exercises.
If there is any interest, I might prepare an English version of
the document.
The document is published under the GNU Free Documentation License.
In the hope the document may be useful,
--
Vincent Goulet, Associate Professor
??cole d'actuariat
Universit?? Laval, Qu??bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
===== ===== ===== ===== =====
?? la communaut?? francophone de R,
Un petit mot pour annoncer la publication de mon document
??Introduction ?? la programmation en S??. Il est disponible dans la
section ??French?? de la pa...
2005 Apr 20
1
Negative argument for head() and tail()
...a vector and
> tail(x, -length(x))
the last one.
Is there any interest for such an extension?
I would be very willing to contribute a patch, although I don't have much
experience in doing so.
Best regards,
--
Vincent Goulet, Associate Professor
?cole d'actuariat
Universit? Laval, Qu?bec
Vincent.Goulet@act.ulaval.ca http://vgoulet.act.ulaval.ca
2005 Aug 29
5
Testing if all elements are equal in a vector/matrix
...work, but look hackish to me.
> x <- rep(1, 10)
> all(x == x[1]) # == operator does not provide for small differences
[1] TRUE
> isTRUE(all.equal(x, rep(x[1], length(x)))) # ugly
[1] TRUE
Best,
Vincent
--
Vincent Goulet, Associate Professor
??cole d'actuariat
Universit?? Laval, Qu??bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2017 Dec 21
1
Unable to Join the Active Directory as a Domain Controller
...ne-2/
Here is the English version of the Set-ADDomainMode command:
https://technet.microsoft.com/fr-fr/library/hh852281(v=wps.630).aspx
Has anyone ever used successfully this command?
Respectfully,
--
Marc-Henri Pamiseux - SARL Libricks - www.libricks.fr
6 rue Léonard de Vinci - CS 20119, 53001 LAVAL Cedex
Tel. : 02.30.96.15.24 / Mobile : 06.26.71.30.97
Le 21/12/2017 à 01:55, Garming Sam a écrit :
> I don't think it should be the schema that is the problem, but the
> domain functionality level the 2012 server is operating at. We currently
> only operate at 2008 R2 functional level...
2005 Sep 07
1
Avoid Sweave from stopping on errors
...suspect the answer is "no" and that I will be pointed to options("error").
That'd be fine, but which error parameter will just "do nothing" in case of
an error?
Thanks in advance!
--
Vincent Goulet, Associate Professor
??cole d'actuariat
Universit?? Laval, Qu??bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2007 Jan 23
0
New lmer: How to recode random effect ?
...this, I obtained :
CHOLMOD warning: matrix not positive definite
Error in devLaplace(PQLpars) : Cholmod error `matrix not positive definite'
at file:../Supernodal/t_cholmod_super_numeric.c, line 614
J?r?me Lema?tre
?tudiant au doctorat
Chaire de recherche industrielle CRSNG - Universit? Laval en sylviculture et
faune
& D?partement de biologie,
Facult? des sciences et de g?nie
Pavillon Alexandre-Vachon
Universit? Laval
Qu?bec, QC G1K 7P4
t?l : (418) 656-2131 poste 2917
Local : VCH-2044
Courriel: jerome.lemaitre.1 at ulaval.ca
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
2004 Apr 20
0
SID versus user-group name in Property windows
...://PDCSERV
ldap suffix = dc=company,dc=com
ldap machine suffix = ou=machines
ldap user suffix = ou=People
ldap group suffix = ou=Group
ldap admin dn = cn=manager,dc=company,dc=com
debuglevel = 10
--
Daniel Ch?nard
Croesus Finansoft Inc.
2 Place Laval, Suite 510
Laval, Quebec
Canada H7N 5N6
Site Web: www.croesus.com
Daniel.Chenard@croesus.com
Tel: +1 450-662-6101, 145
Fax: +1 450-662-3629
Please Note: The Light at the End of The Tunnel
will be turned off until further
notice due to budget cutbacks....
2006 Sep 27
1
S3 methods for cbind/rbind
...;.
This seems to imply I cannot add my own method. Is there 1) a workaround to
and 2) a rationale for this? (Other than creating a generic Rbind() or
whatever, that is.)
I'm using S3 methods.
Thanks in advance!
--
Vincent Goulet, Associate Professor
?cole d'actuariat
Universit? Laval, Qu?bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2010 May 31
1
Suggested tidying up
...for all packages on CRAN, though.
May I propose to remove this apparently useless function from the sources?
[I stubbled upon this function because my package actuar also has a cm() function that masks the one from grDevices.]
Dr. Vincent Goulet
Full Professor
?cole d'actuariat, Universit? Laval, Qu?bec
vincent.goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2020 Jun 26
1
"R CMD Sweave --driver=..." woes
...#39;'buildVignette' without being named. It ends up being passed to argument 'dir', hence rhe error.
I believe the simple patch below should fix the issue, but I wasn't able to test it.
Hope this helps.
v.
Vincent Goulet
Professeur titulaire
?cole d'actuariat, Universit? Laval
Index: src/library/utils/R/Sweave.R
===================================================================
--- src/library/utils/R/Sweave.R (revision 78746)
+++ src/library/utils/R/Sweave.R (working copy)
@@ -516,7 +516,7 @@
do_exit(1L)
}
args <- list(file=file, tangle=FALSE, late...
2008 Feb 14
1
Small encoding question
...ttached base packages:
[1] stats utils datasets grDevices graphics methods base
other attached packages:
[1] CarbonEL_0.1-4
loaded via a namespace (and not attached):
[1] tools_2.6.2
Thanks in advance!
---
Vincent Goulet, Associate Professor
?cole d'actuariat
Universit? Laval, Qu?bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
2018 Feb 12
2
FOSDEM Dojo update, videos
A big thank you to everyone who attended the CentOS Dojo in Brussels a
week ago. We had about 75 people in attendance (101 registered) and we
had two tracks of great presentations.
If you did not make it to the event, you can still catch all of the
presentations on our YouTube channel, at
https://www.youtube.com/user/TheCentOSProject/playlists Unfortunately,
you miss out on the great
2004 Mar 15
0
create_canon_ace_lists: unable to map SID
...ldap passwd sync = Yes
admin users = Administrator root
hosts allow = 192.168.53.0/255.255.255.0 127.0.0.1
#ldap filter = (&(uid=%u) (objectclass=sambaAccount))
ldap delete dn =yes
Someone can help me??
--
Daniel Ch?nard
Croesus Finansoft Inc.
2 Place Laval, Suite 510
Laval, Quebec
Canada H7N 5N6
Site Web: www.croesus.com
Daniel.Chenard@croesus.com
Tel: +1 450-662-6101, 145
Fax: +1 450-662-3629
Please Note: The Light at the End of The Tunnel
will be turned off until further
notice due to budget cutbacks....
2006 Feb 04
1
Mixed models and missing p-value...
...p-values associated to the fixed-effects
coefficients are missing.
Could anyone help me?
When I tried another model (mod2<-lmer(nb ~ site +
(1|patelle),tr,family=poisson)), D.F. and p-values were given...
Thank you in advance.
Very sincerely, Simon
BLANCHET Simon
PhD student
Universit?? Laval - Qu??bec-Oc??an / CIRSA
Pavillon Alexandre-Vachon
Local 8022
Qu??bec (Qu??bec), Canada G1K 7P4
T??l??phone : (418) 656-2131 poste 8022
courriel : simon.blanchet at giroq.ulaval.ca
2005 Sep 16
3
Running glm in batch and exporting results (AIC) to HTML
...aic
4) exporting the table in a way that I could read it in excel. In that way,
I would repeat the operation for each of the 5 datasets rather than for the
100 regressions.
I hope you could help me with this.
Thanks a lot for your answers.
J??r??me Lema??tre
Ph.D. student
Dpt biologie
Universit?? Laval
Qu??bec, Canada
2005 Oct 19
3
sqlQuery and string selection
...Micromammiferes.sex
FROM Micromammiferes
WHERE (((Micromammiferes.sex)="females"));")
The sql works well in access but in R, I keep getting:
Error: syntax error.
Any help would be very appreciated,
Thanks a lot
J??r??me Lema??tre
Ph.D. student
D??partment of biology,
University Laval
Quebec, Canada
2006 Sep 08
2
Multiple matrix multiplication with two 3-dimensional arrays
...would have hoped that simply doing
array1%*%array2
would work, but it doesn?t
Thank you very much!
Sophie Baillargeon
__________________________________________
Sophie Baillargeon, M.Sc.
Professionnelle de recherche en statistique
D?partement de math?matiques et de statistique
Universit? Laval
t?l?phone: (418) 656-2131 poste 2333
courriel: Sophie.Baillargeon at mat.ulaval.ca
2006 Jul 05
2
Compilation of R packages
...terested to maintain
such packages, I might try to do my part. I'll just need a mentor. ;-)
Bye! Vincent
> Dirk
>
> | Thanks a lot in advance!
> |
> | Cordialement,
> |
> | --
> | Vincent Goulet, Professeur agr?g?
> | ?cole d'actuariat
> | Universit? Laval, Qu?bec
> | Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
--
Vincent Goulet, Associate Professor
?cole d'actuariat
Universit? Laval, Qu?bec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca