Displaying 20 results from an estimated 300 matches similar to: "extracting pvalue from ANOVA with repeated measures"
2007 Jul 17
3
logical operators priority
Dear R-users,
I haven?t found rules for logical operators. I need to select data according
the following rule:
Condition A & (Condition B | Condition C) How should I write it?? Is
Condition A & Condition B | Condition C correct or will R execute (Condition
A & Condition B) | Condition C ?
Thanks for your help.
Delphine Fontaine
Delphine Fontaine
Statistician
Statistics
2008 Jan 08
2
problem when extacting columns of a data frame in a new data frame
Dear R-users,
I would like to create a new data frame composed of 2 columns of another
data frame. But it does not give me what I want...
> casesCNST[1:10,]
case X1 X2 X3 X4 expected
1 A1 0 0 0 0 E
2 A2 0 0 0 1 C
3 A3 0 0 0 2 C
4 A4 0 0 0 3 C
5 A5 0 0 0 4 C
6 A6 0 0 1 0 C
7 A7 0 0 1 1 C
8
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
2003 Mar 10
2
File name too long
Hi,
I've got a File name too long problem using rsync-2.5.6 or rsync 2.5.5-0.1
(debian)
I had a look to the mailing list archive and to the todo file and all I've
seen was that the problem only appears on old special systems.
I'm using debian 2.2.20. (is it too old?)
I've already posted this bug in debian bug tracking system
2007 Mar 09
6
R and clinical studies
Does anyone know if for clinical studies the FDA would accept
statistical analyses performed with R ?
Delphine Fontaine
2005 Feb 16
1
problem with da.mix
Hello,
We use the mix package and we have a problem with the DA function. We aren't
sure, but it's maybbe a memory problem.
We have done:
> Ent<--read.table("C:/.../File.txt")
> attach(Ent)
> Ent
V1 V2 V3 V4 ... V16 V17
1 1 1 2 6 18 18
2 1 1 1 NA 14 17
3 1 1 2 1 16 14
....
199 2 1 NA 7 19 18
200
2008 Jun 13
4
Sweave: looping over mixed R/LaTeX code
Dear guRus,
I would like to loop over a medium amount of Sweave code, including both R and LaTeX chunks. Is there any way to do so? As an illustration, can I create a .tex file like this using a loop within a .Rnw file, where the "1,2,3" comes from some iteration variable in R?
################################################
\documentclass{article}
\usepackage{Sweave}
\begin{document}
2008 Sep 18
2
Writing greek letters and subscripts in graph
Dear R-users,
I would like to write Greek letters followed by subscripts in a graph (on the X-axis and in a legend). I would appreciate any help.
thank you,
delphine courvoisier
************************************
Delphine Courvoisier
Clinical Epidemiology Division
University of Geneva Hospital
+4122 37 29029
2007 Sep 17
1
longtable and Sweave
Dear Sweave-users,
I want to print listing using sweave. Because my tables are very big, I use
the longtable option. But, is it possible to recall the first line of the
table (e.g the colnames line) on each new page ?
Thanks for your help.
Delphine
2008 Nov 11
1
simulate data with binary outcome and correlated predictors
Hi,
I would like to simulate data with a binary outcome and a set of predictors that are correlated. I want to be able to fix the number of event (Y=1) vs. non-event (Y=0). Thus, I fix this and then simulate the predictors. I have 2 questions:
1. When the predictors are continuous, I can use mvrnorm(). However, if I have continuous, ordinal and binary predictors, I'm not sure how to simulate
2006 Jul 19
3
Progress in a loop
Hi, I have to use a loop to perform a quite computer
intensive estimation and I would like to know the
progress of the loop during the process. I tried to
include something like
print(paste(k,date(),sep=" : "))
where k is the number of the iteration, but the result
appears only at the end of the loop. Can someone help
me please ?
2018 Dec 10
2
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
Hello Dale,
Set inherit acls = yes locally to my share groups, and remove map acl
inherit = yes from global parameters of smb.conf does not solve my issue.
I still have acl "Domain Users" added to new folders/files.
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
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
2006 Sep 14
3
Help
Hello,
I am a new user of R statistical project. So, I have a matrix (4 columns and 330 rows) and I would like to have PCA (Principal Component Analysis). Besides, I would like to 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
2006 Feb 09
1
translation of the matlab PPVAL function
Hello,
I am trying to translate a matlab program into R, and I have some problems
to find out how to translate the PPVAL function.
I know that ppval(pp,xx) returns the value at the points xx of the
piecewise polynomial contained in pp( constructed by spline), but I don't
know how to do the same thing in R.
Thanks for you help
Delphine
2009 Apr 27
2
refit with binomial model (lme4)
Dear R users,
I'm trying to use function 'refit' from lme4
and I get this error that I can't understand:
> refit(dolo4.model4,cbind(uu,50-uu))
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "refit", for signature
"mer", "matrix"
if I try:
> refit(dolo4.model4,uu)
Error in asMethod(object) :
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
2006 Jul 23
1
[SOLVED] profile question
hello
i solved my problem.
i wanted a manager to 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
2008 May 13
4
3D accelerator
Hi!
I've a problem with a game, which don't want to start... I received this error
Code:
daniele at daniele-laptop:~$ wine .wine/drive_c/Programmi/Delphine\ Software/Darkstone/Darkstone.exe
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
2018 Dec 10
2
Fwd: Extended acls with AD - problem with default/herited permissions
Edouard,
These are the 4 available parameters containing the word "inherit".
inherit acls (S)
inherit owner (S)
inherit permissions (S)
map acl inherit (S)
Would "inherit acls" work for you?
Dale
On 12/10/18 10:56 AM, Edouard Guigné via samba wrote:
> Hello,
>
> I add to my previous mail, the only way i found to disable acl