Displaying 20 results from an estimated 90 matches similar to: "lme error message: Error in getGroups.data.frame(dataMix, groups) :"
2007 Mar 21
1
package:AlgDesign and .Random.seed
Dear r-helpers,
Could you please help me solve the following problem: When I run
require(AlgDesign)
trt <- LETTERS[1:5]
blk <- 10
trtblk <- 3
BIB <- optBlock(~., withinData = trt, blocksizes = rep(trtblk, blk))
In response to the last command, R complains:
Error in optBlock(~., withinData = trt, blocksizes = rep(trtblk, blk)) :
object ".Random.seed" not found
The
1997 Nov 28
3
R-alpha: Problems with dimnames and names
This message is in MIME format
--_=XFMail.1.1.p0.Linux:971128122615:3052=_
Content-Type: text/plain; charset=us-ascii
I have rounded up three buglets in R-0.50-a4. Two of them I can
fix and a patch is supplied below. I hope this is useful for the
current source (if these haven't been fixed already :)
1) cov
cov() fails when it's argument is a matrix with one column and with
column names
2007 Apr 25
1
Help on 'find.BIB' function
Hello everyone,
I am trying to use the 'find.BIB' function to construct a balanced incomplete block design. When I ran the example given in the help file (find.BIB(10,30,4)), I obtained the following error message:
Error in optBlock(~., withinData = factor(1:trt), blocksize = rep(k, b)) :
object ".Random.seed" not found
I investigated what the optBlock
2002 Mar 19
1
Catenating expressions in plotmath().
I want to do something like produce a plot title of the form
``Sample size n = 42; critical value k_0 = 17.''
where the ``n'' is to be in a maths font and ``k_0'' indicates
that the 0 is a subscript. (A la LaTeX.)
But the values ``42'' and ``17'' are to be substituted in from the
numeric values of R objects.
After a bit of struggle I found that
>
2004 Nov 05
0
Q: winbind getgroups errors?
Hi,
I am running samba 3.0.7 on a FC 2 box with the following setup
(testparm output):
<snip>
[global]
workgroup = XXXXX
realm = XXXXX.YYYYY.COM
security = ADS
log level = 1
log file = /var/log/samba/%m.log
max log size = 50
load printers = No
os level = 0
preferred master = No
local master = No
2019 Oct 03
0
Samba winbind getgroups lookup
On 03/10/2019 15:05, Satay Epic via samba wrote:
> We have winbind client running on CentOS 7.3.1611 host connected to MS
> active directory. It is working normal for local and AD users. However
> in the logs, I see that NSS is throwing call to winbind to retrieve
> the groups for "root" user. I wonder why it does and what can be done
> to make it stop doing that. I
2019 Oct 03
0
Samba winbind getgroups lookup
On 03/10/2019 15:46, Satay Epic wrote:
> Thank you Rowland for your reply. My knowledge is limited with Samba
> so please forgive me for any basic mistakes :)
> This is something was setup by a previous admin.
>
> We have had issues where "winbind" will just "give up" and won't let
> anyone login into the host not even from the console.
> I would like
2019 Oct 04
1
Samba winbind getgroups lookup
Ok. Wondering if it fix by changing the idmap backend to "ad" ?
Is "ad" backend a better option than "rid" since we have MS AD or otherwise ?
My next task is to ensure PAM is setup correctly with winbind. I'm
going to validate the PAM configs.
Do you have any recommendations of PAM / winbind settings?
We also having "nscd" running for the DNS host
2003 May 22
0
getGroups, nested mixed model
Hi!
First I would like to thank you for the help with my first question. However,I am afraid I am still into trouble. I think I have properly used the getGropus commad but seems to be a fatal error when calculating the fixed effects (see bellow) and I cannot understand why. Any inputs?
Thanks in advance,
/Jose
hongos1=read.table("c:/temp/hongos1.txt", header=T)
> attach(hongos1)
2005 Apr 20
0
Habituation model : several sequences in several sessions, should I use getGroups?
Dear all,
I am looking at habituation of dogs trotting on a treadmill.
Each record is made of 40 to 50 data for the same variable (for example
Peak).
I get each record at several minutes (1, 2 and 4) for each session. And
I have 4 sessions of training (one session a week).
The aim is to study the effect of the factor (Minute) on the Peak
variable, and to study the changes of this effect
2003 May 22
1
basic question on getGroups for lme analyses
Hi all!
I am working on a nested lme model with one fixed effect ("treatment", which 3 levels) and two random effects for "Individuals" (four of them) within "treatment" and "replicate -2 levels-" within "individual" within "treatment". For doing so, I´ve been trying to create a factor for Individual%in%Treatment, say IT
by
2019 Oct 04
2
Samba winbind getgroups lookup
SSSD is not installed but I did remove it from nsswitch.conf. I still
see winbind always doing the group lookup for local user.
On Thu, Oct 3, 2019 at 8:05 AM Rowland penny via samba
<samba at lists.samba.org> wrote:
>
> On 03/10/2019 15:46, Satay Epic wrote:
> > Thank you Rowland for your reply. My knowledge is limited with Samba
> > so please forgive me for any basic
2019 Oct 03
2
Samba winbind getgroups lookup
Thank you Rowland for your reply. My knowledge is limited with Samba
so please forgive me for any basic mistakes :)
This is something was setup by a previous admin.
We have had issues where "winbind" will just "give up" and won't let
anyone login into the host not even from the console.
I would like to fix that problem so started to investigate the
configs. I don't
2019 Oct 03
2
Samba winbind getgroups lookup
We have winbind client running on CentOS 7.3.1611 host connected to MS
active directory. It is working normal for local and AD users. However
in the logs, I see that NSS is throwing call to winbind to retrieve
the groups for "root" user. I wonder why it does and what can be done
to make it stop doing that. I believe it should do the lookup only for
the domain/AD users.
[2019/10/02
2010 Feb 19
3
Rubbish values written with zero-length vectors (PR#14217)
Full_Name: George Russell
Version: 2.10.0, 2.11.0 (2009-12-13 r50716)
OS: Windows
Submission from: (NULL) (217.111.3.131)
R trace:
-- cut here --
> v <- integer(0)
> v[[1]] <- v
> v
[1] 20522144
> v <- numeric(0)
> v[[1]] <- v
> v
[1] 4.254131e-314
> sessionInfo()
R version 2.10.0 (2009-10-26)
i386-pc-mingw32
locale:
[1] LC_COLLATE=German_Germany.1252
2008 Mar 02
1
summarizing matrix data
Hi everyone,
I'm sure this is simple, but I can't seem to figure this out.
Situation. 3 different groups of subjects each submit n X n matrices of
scores. What I want to do is aggregate each group of scores into a summary
n X n matrix. I need the result to be a matrix so that I can calculate a
dissimilarity structure on it. So I thought I would create a
multi-dimensional array and
2004 Dec 11
1
dovecot/openldap auth problems?
Hi folks.
New to both dovecot and openldap. Trying to set up virtual domains
using the wanderingbarque howto:
http://www.wanderingbarque.com/mailserver.html
Platform is RH enterprise 3.
Only difference is I'm trying to use phamm instead of jamm:
http://phamm.rhx.it/
dovecot doesn't seem to want to play nice with my openldap; everything
else (postfix, etc) seems to work alright.
2006 Apr 25
4
Help needed
Hi,
I am trying to change a SAS macro to R.
here is my code. I get an error at the last line.
attach(fram)
dset1<-cbind(AGE,BMI,DEATH)
> BMIGRP<-cut(BMI,breaks=3,right=TRUE)
> AGEGRP<-floor(AGE/10)-2
> dset<-cbind(AGEGRP,BMIGRP,DEATH)
> maxage<-max(dset[,1])
> minage<-min(dset[,1])
> #maxcls<-dset[,2]
> #mincls<-dset[,2]
>
2009 Nov 21
2
Fw: Re: title problem
It seems that there is a problem in
displaying subtitle in general, independently from
multi-plot display. when I do
plot (c(1,2,3), c(9,8,7), type = "l")
title(main = "Main title", sub ="Sub title",cex.main=2,
cex.sub = 2)
subtitle doesn't get displayed
> --- On Sat, 11/21/09, David Winsemius <dwinsemius at comcast.net>
> wrote:
>
2020 May 04
3
LV: predication
Hi Roger,
That's a good example, that shows most of the moving parts involved here. In a nutshell, the difference is, and what we would like to make explicit, is the vector trip versus the scalar loop trip count. In your IR example, the loads/stores are predicated on a mask that is calculated from a splat induction variable, which is compared with the vector trip count. Illustrated with your