Displaying 20 results from an estimated 86 matches for "sujet".
2008 Jan 02
1
extracting pvalue from ANOVA with repeated measures
I made an ANOVA with repeated mesures
(aov(Mesure~Distance*Genre*Correct+Error(Sujet/(Distance*Genre*Correct)),
data)) and I would like to extract the pvalues.
The output is:
-----------------------------------------------------------
Error: Sujet
Df Sum Sq Mean Sq F value Pr(>F)
Residuals 21 97.082 4.623
Error: Sujet:Distance
Df Sum Sq Mean Sq F value Pr...
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...r"),
parent = 0)
}
## ANOVA 2 facteurs
Resultats=NULL
Res=NULL
i=0
while(i!=length(ions)) {
i=i+1
myion=toto[,i]
mixed=lme(myion ~ v1*v2, random= ~ 1 | Subject/v1,method="REML")
## effet al?atoire sujet(v1)
#summary(mixed)
#anova(mixed)
zz=anova(mixed)
Res <-
data.frame(ions[i],toto1[i,2:(dim(toto1)[2]-n)],t(zz[-1,4]),toto1[i,c((dim(toto1)[2]-n+1):dim(toto1)[2])])
Resultats <- rbind(Resultats,Res)
}
if (i!=length(ions)) {...
2003 Jun 04
1
FW: Besoin d'aide au sujet de swat
Can anyone help out Marie-Christine?
Thanks
PG
-----Original Message-----
From: Marie-Christine DRACK [mailto:jennifer.drack@wanadoo.fr]
Sent: Wednesday, June 04, 2003 8:54 AM
To: mkaplan@samba.org; paulg@samba.org
Subject: Besoin d'aide au sujet de swat
bonjour,
je vous ?cris car je n'arrive pas ? me connecter ? swat alors que le fichier
est configurer normalement.Voici mon fichier swat, a tout hasard:
service swat
{
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_f...
2003 Jun 04
0
Réf. : FW: Besoin d'aide au sujet de swat
...samba-bounces+stephane.purnelle=corman.be@lists cc :
.samba.org Objet : [Samba] FW: Besoin d'aide au sujet de swat...
2003 Mar 10
2
File name too long
...a to /dev/hdb
I use options below :
--verbose --recursive --links --hard-links --perms --owner --group
--devices --times --no-whole-file --delete --one-file-system
and here is what rsync log says just before stopping:
data/quarilis/cache/cache2/190/www.enc.sorbonne.fr/estampes/interrogation.php?sujet=ornementation,%20all%E9gorie,%20ange,%20aveugle,%20balance,%20couronne,%20%E9p%E9e,%20Justice,%20laurier,%20livre,%20nu%E9e,%20pape,%20Saint%20Paul,%20Saint%20Pierre,%20profession%20judiciaire,%20sciences%20juridiques,%20soldat
data/quarilis/cache/cache2/190/www.enc.sorbonne.fr/estampes/interrogati...
2003 Jun 05
0
Re: Besoin d'aide au sujet de swat
S'il n'est pas trot tard pour ta presentation, le
parametre "only_from = 127.0.0.1" te previent de
connecter swat que de ton serveur (traduit, dit-il
qu'on est seulment permis de connecter de l'adresse
IP 127.0.0.1, mieux connu comme "localhost", alors
local). Si tu le peux faire, il fault que ce parametre
disparaisse.
2004 Jan 16
0
anova repeated measure interpretation
....
I think there is:
one random effect :subject .
2 within-subject fixed effects: stimulus(25 levels)
and condition (3 levels) .
Following the explanations of J. Baron,
(Notes onthe use of R for psychology...),
I have run:
> boundaries.mod<- aov (Nboundaries ~
condition*stimulus +Error(sujet/(condition+stimulus)))
> summary (boundaries.mod)
Error: sujet
Df Sum Sq Mean Sq F value Pr(>F)
condition 1 0.0044 0.0044 0.0011 0.9743
Residuals 5 19.1133 3.8227
Error: sujet:condition
Df Sum Sq Mean Sq F value Pr(>F)
condition 2 6.3134 3.1567 1.711...
2011 Feb 03
0
Need advises on mixed-effect model ( a concrete example)
...01
ACOUSTQ 1 257 31.221 <.0001
This gives me an significant effect my 3 fixed factor
######################################
2ND APPROACH : using RT at single trial level
######################################
> result.lme1<-lme(TR~CONDITION+GRPEAGE,data=
TOUTESCOND,random=~1|SUJET,method="ML")
> plot(result.lme1) #residuals OK
result.lme2<-lme(TR~CONDITION*GRPEAGE,data=
TOUTESCOND,random=~1|SUJET,method="ML")
> anova(result.lme1,result.lme2)
Model df AIC BIC logLik Test L.Ratio p-value
result.lme1 1 8 27464.80 2...
2006 May 14
3
need help for simple form tag (noob)
when the user click on "Search" I would like it to point to
http://curentpage/?filter=searchtext (the filtering code is already
written)
it would look like this:
<%= start_form_tag(url_for_options = {<something>}) %>
<%=text_field (<my_filter>) %>
<%= submit_tag(value = "Search")%>
any idea how to do this?
thanx in advance
2006 Jul 19
3
Progress in a loop
..." : "))
where k is the number of the iteration, but the result
appears only at the end of the loop. Can someone help
me please ?
___________________________________________________________________________
D?couvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
2018 Dec 10
2
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
...As i write in my previous email, the only way i found to disable acl
"Domain Users" to be added was with :
inherit owner = yes
With some disavantages for users (not see the ownership of a file, etc.)
I do not know where I can looking for...
Edouard
-------- Message transféré --------
Sujet : Re: [Samba] Fwd: Extended acls with AD - problem with
default/herited permissions
Date : Mon, 10 Dec 2018 15:29:42 -0300
De : Edouard Guigné <eguigne at pasteur-cayenne.fr>
Pour : Dale <samba at txschroeder.family>
Copie à : samba at lists.samba.org
Hello Dale,
I set map acl...
2006 Sep 14
3
Help
...draw every 30 rows from 330 with a different colour but I don’t know how.
Could you help me by showing how can I draw every 30 rows with a different colour?
Thank you very much
Selim
---------------------------------
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
[[alternative HTML version deleted]]
2009 Apr 27
2
refit with binomial model (lme4)
...gt; refit(dolo4.model4,uu)
Error in asMethod(object) : matrix is not symmetric [1,2]
I get this error message that I can no more
understand but which suggests that refit expects
two columns.
the initial model was:
> dolo4.model4 at call
glmer(formula = cbind(sortis, restes) ~ mean.co2 + (1 | sujet),
data = dollo4.df, family = binomial)
R version 2.9.0 (2009-04-17)
and
Package: lme4
Version: 0.999375-28
Date: 2008-12-13
thank you in advance
e.e.
2018 Dec 10
2
Fwd: Extended acls with AD - problem with default/herited permissions
...to not show which user has created a
> folder/file and the ownership.
>
> Does something like "inherit group owner = yes" exist ?
> chmod g+s has no effect on my configuration.
>
> Best Regards,
>
> EdG
>
>
>
> -------- Message transféré --------
> Sujet : Extended acls with AD - problem with default/herited
> permissions
> Date : Mon, 10 Dec 2018 10:47:20 -0300
> De : Edouard Guigné <eguigne at pasteur-cayenne.fr>
> Pour : samba at lists.samba.org
>
>
>
> Hello,
>
> I set a share on a samba 4.7....
2002 Jul 06
1
Aide sur samba
A monsieur Andrew
Je suis ?tudiant en fin de cycle de formation en
infomatique ? l'institut Africain d'informatique de
Libreville.J'?tais sur vos sites et je suis persuad?s
que vous ?tes la personne la bien plac?e pour
m'orienter et m'aider sur un sujet concernant
"l'authentification linux des sessions windows".Ainsi
on me demande de concevoir et de mettre en oeuvre un
syst?me permettant aux utilisateurs windows d'avoir
acc?s aux ressorces linux et que les utilisateurs
linux puissent aussi avoir acc?s aux ressources
windows.Mis a...
2006 Jul 23
1
[SOLVED] profile question
...be able to modify files in the users' profiles
from his windows workstation.
The solution i found is with adding this lige to the profiles share
bloc in smb.conf :
root postexec = setfacl -R -m g:"Domain Admins":rwx /share/profiles/%U
regards
ELH
-------- Message original --------
Sujet: profile question
Date: Tue, 18 Jul 2006 18:52:07 +0200
De: ?ric le h?naff <eric.le.henaff@ens.fr>
Forums de discussion: gmane.network.samba.general
hello,
i have a profile question
here under is my profile definition. it's nothing more than the one from
the idealx samba howto.
profiles...
2018 Dec 10
0
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
...nd to disable acl
> "Domain Users" to be added was with :
> inherit owner = yes
>
> With some disavantages for users (not see the ownership of a file, etc.)
>
> I do not know where I can looking for...
>
> Edouard
>
> -------- Message transféré --------
> Sujet : Re: [Samba] Fwd: Extended acls with AD - problem with
> default/herited permissions
> Date : Mon, 10 Dec 2018 15:29:42 -0300
> De : Edouard Guigné <eguigne at pasteur-cayenne.fr>
> Pour : Dale <samba at txschroeder.family>
> Copie à : samba at lists.samba.org
>...
2002 Jun 28
0
Tr: RE: Samba 2.2.5 and printers
...samba configuration, so it always give me an access denied because it tried to connect as root.
Anyway thanks for the time you waste trying to help me ;-)
----Message r?exp?di?----
>Date: Thu, 27 Jun 2002 15:28:01 -0400
>De: "Van Sickler, Jim" <vansickj-eodc@Kaman.com>
>Sujet: RE: [Samba] Samba 2.2.5 and printers
>A: "'r_ducomun@netcourrier.com'" <r_ducomun@netcourrier.com>,
>
>I saw a msg that reminded me of something:
>it may be the initial IPC$ connection that is
>being denied. That's for the Guest user, I think.
>Guest...
2018 Dec 10
2
Extended acls with AD - problem with default/herited permissions
Hello,
I set a share on a samba 4.7.1 as domain member with an Active Directory
controler, this share is used by all domain users.
All users from the AD domain have a primary group "Domain Users", and
secondary groups to filter access on the folders of the share.
I noticed that when a user create a sub-folder/file inside a "Top
folder", the default permissions from the
2010 Sep 13
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Gulhsdholgv
signature yfhjvhgvhgjhgfj
Envoyé depuis SFR Mail - iPhone
____________________
De : "Valery Khamenya"
Date : 13 sept. 2010 11:45:57
À : "LLVM Developers Mailing List"
Sujet : [LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi,
are there any attempts to use LLVM in graph-rewriting (term-rewriting) language implementations?
How good is LLVM for this?
E.g., is it natural to expect that the LLVM-based implementation of the lan...