Displaying 20 results from an estimated 27 matches for "effets".
Did you mean:
effects
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
Hi R users
I try to use the lme but I can?t!!!!!
My script is (some words in french, sorry!!):
rm(list=ls(all=TRUE)) #Efface tous les objets en m?moire pour ?viter des
erreurs
library(MASS) #Chargement des Librairies
library(car)
library(Hmisc)
library(tkWidgets)
library(svDialogs)
library(multtest)
library(nlme)
#Rep <- "C:/Documents and Settings/U3M/Bureau/steph/Scripts
2011 Feb 03
0
Need advises on mixed-effect model ( a concrete example)
Dear R-help members,
I'm trying to run LME model on some behavioral data and need
confirmations about what I'm doing...
Here's the story...
I have some behavioral reaction time (RT) data (participants have to
detect dome kind of auditory stimuli). the dependant variable is RT
measured in milliseconds. 61 participants were tested separated in 4 age
groups (unblanced groups,
2004 Sep 03
2
arima et graphique
bonjour, je rencontre quelques soucis au niveau de l'utilisation des
fonctions arima.forecast/predict; en effet elles sont dites inconnues alors
que j'ai bien install?? et charg?? le package "ts". Aussi, j'aimerai savoir
comment visualiser le graphique des pr??visions avec arima et celui des
donn??es brutes dans la m??me fen??tre.
Tout en vous souhaitant bonne r??ception
2009 Jun 28
2
Set hostname via DHCP ?
Hi.
I just setup one of my machines as a DHCP server. I'd like it to handle
the hostnames of clients. Don't know if this is an orthodox thing to do
(feel free to add your comments :oD). Here's the server's relevant lines
of dhcpd.conf:
--8<-------
...
# Envoyer les noms d'h?tes aux clients
use-host-decl-names on;
# Adresses statiques
host babasse {
hardware ethernet
2007 Jun 12
0
[LLVMdev] How to call native functions from bytecode run in JIT?
Hi,
> Okay. If the function exists in your application's address space
> already,
> just name the LLVM function the same name as the native function
> and the
> JIT should find it an do the right thing. This is how it finds
> printf and
> a variety of other things. You don't need to call addGlobalMapping at
> all.
Looking at the output of "nm
2007 Jun 12
3
[LLVMdev] How to call native functions from bytecode run in JIT?
On Tue, 12 Jun 2007, Jan Rehders wrote:
>> Jan, how are you doing this? Are you creating an external LLVM
>> Function object named "get5", then using EE::addGlobalMapping? If
>> 'get5' exists in the address space, why not just let the JIT resolve it
>> (which will then create the stub)?
>
> Yes. I create a Function with matching signature,
2002 Oct 23
1
re stagiaire embetée ...
merci de m'accorder un petit peu de temps ... c'est gentil de votre
part ...
le service cron que j'utilise est sur PC
l'appli doit être lancée toutes les minutes
le .exe et le .ini se trouvent sur G, qui est en effet une partition
montée via samba sur une station NT
si ca peut être plus clair, voici un test que j'ai fait :
- test.cmd est un fichier de commande permettant de
2017 Oct 13
1
Information
Hello,
Can you help me about the R function to estimate Vector Autoregressive
(VAR) model allowing fot the GARCH effet : VAR-DCC-GARCH model please.
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Garanti
sans virus. www.avg.com
2012 Nov 12
1
R lmer & SAS glimmix
Hi,
I am trying to fit a model with lmer in R and proc glimmix in SAS. I have
simplified my code but I am surprised to see I get different results from
the two softwares.
My R code is :
lmer(y~age_cat + (1|cat),data=fic,family=binomial(link = "logit"), NaGQ=1)
My SAS code is :
ods output Glimmix.Glimmix.ParameterEstimates=t_estimates;
proc glimmix data=tab_psi method=laplace;
2012 Aug 29
1
spatial correlation in lme and huge correlation matrix (memory limit)
Hi,
I'm trying to introduce a (spatial) exponential correlation
structure (with range=200 and nugget.effet of 0.3) in a lme model of
this form: lme(ARBUS~YEAR, random=~1|IDSOUS).
The structure of the data is "IDSOUS" "XMIN" "YMAX" "YEAR" "ARBUS"
with 2 years of data and 5600 points for each year.
I do:
2016 Feb 05
1
query_name_response: Multiple (2)
> Can you post the smb.conf from '192.168.152.237'
as i said before there is only one samba server with 3 network interface
The smb.conf
# IDENTIFICATION
netbios name = Samba
workgroup = Samba_Domain
server string = %h
#Informations annuaire LDAP
passdb backend = ldapsam:"ldap://192.168.151.247"
ldap suffix = ou=Samba,dc=annuaire,dc=fr
ldap admin dn =
2007 Jun 13
5
[LLVMdev] How to call native functions from bytecode run in JIT?
Hi,
I was able to try this on linux again. Unfortunately it doesn't work
at all (neither using runFunction nor a CallInst). It simply says
function called get5 not known. Calling printf the same way works,
though. On linux the function is exported as "get5" from the
executable while it is called "_get5" on OS X. I could not spot any
other differences.. any
2010 Aug 13
1
Lattice: Superimposing histograms with different colors and transparency effects
...lot. For several reasons, including that I like it, I want to use
the lattice package.
I have several questions regarding the use of the 'histogram' function
with a group structure.
I first thought that defining well-chosen values of alpha in trellis
parameters would give the transparency effets, but this is not the case:
library(lattice)
# Some data
x = c(rnorm(100), rnorm(100,2), rnorm(100,4))
grouping = gl(3,100,300)
# Trellis parameters
trellis.par.set("superpose.polygon"=list(alpha=rep(.5,3)))
histogram(~x ,groups=grouping, type = "density",
panel = &quo...
2003 Sep 28
0
Problem with sas.get function in Hmisc library
I tried to use for the first time the Frank Harell's sas.get function (in
Hmisc library)
and cannot manage to import my sas datas.
When I use the sas.get(library,member, ...) method, I get the following
error :
> sas.get("pme","Edfv1_a")->test.import.sas
Error in sas.get("pme", "Edfv1_a") : library, "pme", is not a Unix
directory
In
2017 Aug 03
1
switch of cex adjustment with mfrow?
> use
>
> par(mfrow=c(2,2), cex = 1)
This does work as written. But when I first checked single-call setting, an mfrow change to cex in the same call superseded cex=1; hence my suggestion to use separate calls to par().
Further checking confirms that the result of a call to par is dependent on argument specification order in the call:
par(mfrow=c(2,2), cex = 1)
par("cex")
#
2008 Feb 12
2
re cognizing patterns
DeaRs,
i'm looking for some references on a statement as follows:
"Humans are good at spotting trends and patterns in data, but they are also
good at spotting those patterns where none really exist". This is not
verbatim but there must be some scholarly work on this. I can't remember
where I came across it - perhaps I dreamed it up? Help, anyone?
Best wishes
Paul
--
View this
2016 Feb 05
2
query_name_response: Multiple (2)
Hello,
does someone could explain me what means this message :
query_name_response: Multiple (2)....
example :
samba4 nmbd[88458]: query_name_response: Multiple (2) responses received
for a query on subnet 192.168.151.237 for name SAMBA_DOMAIN<1d>.
samba4 nmbd[88458]: This response was from IP 192.168.152.237, reporting
an IP address of 192.168.152.237.
The server has 3 nic (vlans)
2006 Apr 24
1
Modelling heteroskedasticity in a multilevel model
Dear list members,
I am facing a 3-level model, for which my research hypotheses suggest that
the variance of both level-1 and level-2 residuals may be a function of a
level-3 variable.
To be a bit more clear: I am fitting a longitudinal model for a panel of
companies grouped in industries. I suggest that some industry variables may
create 'unexpected' shocks at especific points in
2006 Aug 14
2
finders et sous-classes
Bonjour, c''est ma premi?re question ici car d''habitude il me suffit de
parcourir de tels forum pour trouver r?ponse ? mes questions.
Donc cette fois, c''est du s?rieux, je n''ai pas r?ussi ? trouver la
moindre ?vocation ? mon probl?me.
Je vous explique.
J''ai une famille de mod?les :
class Attachement < ActiveRecord::Base
...
end
class Illustration
2007 Jun 14
0
[LLVMdev] How to call native functions from bytecode run in JIT?
Hi Jan,
In gcc for Linux, you have the -rdynamic option that allows an
executable to dlsym its symbols. Since llvm use dlsym to find the
symbols, you could try with this option. That's what I did. And don't
forget to use the C++ name if you compile with C++.
Cheers,
Nicolas
Jan Rehders wrote:
> Hi,
>
> I was able to try this on linux again. Unfortunately it doesn't work