Displaying 6 results from an estimated 6 matches for "naturel".
Did you mean:
natural
2004 Dec 26
2
Un peu d'aide
Bonjour,
Je voudrais faire un petit programme sous R dans
lequel je ferais intervenir des parametres que
j'initialiserais dans R directement ou dans un fichier
txt(des naturels, reels et caracteres). N'auriez vous
pas des programmes deja fait qui reprennent ces
techniques?
De plus, je voudrais pouvoir travailler avec la
distribution exp (rexp) de parametres: moyenne=1 et
variance=1. J'ai un petit prob pour introduire la
variance.
D'avance Merci
Fred
2005 Aug 29
4
ttda on R 2.1.1: error
...t.text(textfile = "stupid.txt")
> dummy.example <- ttda.uce(dummy.example)
error in identical(native.enc, MacRoman) :
native.enc not found
it lamentably fails.
how about this ?
--
--~~ Toulouse, Grenoble, Auch, Arcachon, B??ziers, Paris,
Saragosse, L??vignac Sur Save, habitats naturel du Valdo. ~~--
<http://www.le-valdo.com>
2005 Aug 24
1
How to collect better estimations of a logistic model parameters, by using bootstrapping things ?
...eat and paved way to do Confiance Intervals, and to
compute significance values for each of the logistic model's
parameters, by using R ans bootstrapping, of course.
Any ideas ?
Laurent.
--
--~~ Toulouse, Grenoble, Auch, Arcachon, B??ziers, Paris,
Saragosse, L??vignac Sur Save, habitats naturel du Valdo. ~~--
< http://www.le-valdo.com>
2005 Aug 16
2
Dots in models formulae
I have seen, several times, dots (like this: "y ~." ) in formula
descriptions, noticeably in R help.
I am unable to see what it does correspond to.
Any ideas ?
--
--~~ Toulouse, Grenoble, Auch, Arcachon, B??ziers, Paris,
Saragosse, L??vignac Sur Save, habitats naturel du Valdo. ~~--
< http://www.le-valdo.com>
2005 Aug 21
1
Warning when using 'prelim.mix' from the package 'mix'
...35, 28, 42, :
the object (list) can't be converted in 'integer'
I roughly translated the word in english, because it was localized in
french.
I would like to correct this.
Laurent
--
--~~ Toulouse, Grenoble, Auch, Arcachon, Béziers, Paris,
Saragosse, Lévignac Sur Save, habitats naturel du Valdo. ~~--
<http://www.le-valdo.com>
[[alternative HTML version deleted]]
2013 May 09
4
[PATCH] mini-os: eliminate duplicated definition of spin_unlock_wait
Signed-off-by: Chen Baozi <baozich@gmail.com>
---
extras/mini-os/include/spinlock.h | 2 +-
extras/mini-os/include/x86/arch_spinlock.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/mini-os/include/spinlock.h b/extras/mini-os/include/spinlock.h
index 70cf20f..6604e3c 100644
--- a/extras/mini-os/include/spinlock.h
+++