similar to: how to test the random factor effect in lme

Displaying 20 results from an estimated 900 matches similar to: "how to test the random factor effect in lme"

2004 Sep 21
7
Samba Share Help Needed
Hi, I have the following directory shared for the user "pcbadmin". He/she can mount and read/write without any difficulty: [pcbdata] comment = PCB Design Files path = /home/pcbadmin/pcbdata valid users = pcbadmin public = no writable = yes Question: How can I make the same directory only readable by the rest of the users ? TIA, Ben
2015 Mar 16
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
Hi, Are you guys interested in implementing if-conversion as a GSoC 2015 project? Last year, I did a literature review about approaches of if-conversion and the if-conversion in LLVM. This was the undergraduate thesis of my bachelor degree. It seems that, the if-conversion used in LLVM is a very simple approach instead of following the literature. So I want to implement the approaches in the
2015 Mar 18
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
OK, Let me describe. There is nothing wrong with if-conversion in LLVM. The algorithm implemented in LLVM can handle the if(???){do something} and if(???){do something}else{do something else} case very well. But it can handle complicated case like when there are a lot of gotos in the program. The more systematic way to do if-conversion is based on Hyperblock [Scott A. Mahlke et al 1992]
2009 Dec 16
4
How to find the significant digits of a number?
Is there a function in R that could find the significant digit of a specific number? Such as for 3.1415, return '5'? Thanks in advance. [[alternative HTML version deleted]]
2005 Apr 28
6
R2.1.0: X11 font at size 14 could not be loaded
Hi, I have just noticed the following problem with R2.1.0 running on SuSE 9.1, [However, version 2.0.1 (2004-11-15) on the same machine works Okay]: ------------------------------------------------------------------------- > hist(rnorm(100)) Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) : X11 font at size 14 could not be loaded > version _
2010 Mar 15
2
R example code of Split-plot Manova
Hi, Urgent help- I have not been using R and statistics in my research for a long time, but still remember some concept. I would like to have a sample code for Manova analysis of Split-plot experiment. Could someone please post a sample code and a short input sample as well? Thank you so much! [[alternative HTML version deleted]]
2010 Mar 22
2
a "simple" statistic question
Hi, Please suggest a method to answer below questions: Factory_ID Factory_Location Factory_Size Total_Sample Good_Sample Fair_Sample Bad_Sample ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1 City_A
2005 Apr 15
2
inconsistent fonts generated in postscript file (PR#7795)
Full_Name: Xiang Li Version: 2.01 OS: WinXP Submission from: (NULL) (128.248.174.125) I am trying to use the font of "TT Courier New: bold" to get the equal size of letters. The "TT Courier New: bold" is the 11th font listed in the Rdevga file. You can just try a simple case: plot(1:10, 1:10, xlab = "XILMV", font.lab = 11) I save the plot in postscript format,
2015 Dec 16
1
Re: [PATCH 0/2] resize: Split out the command line parsing into Cmdline
Hi Rich, Does that means that all the functions provided by virt-resize will be migrated to virt-builder? Does the command virt-resize will totally be abandoned? We may need to modify all the virt-resize test cases if so. -- Thanks & Best regards, Chen Xiang Hua Raycom office Beijing (NAY), Red Hat Inc. Red Hat Telephony: 86 10 62608040 internal extension: 8388040 Team: Virt QE IRC:
2011 Jun 01
2
lattice panel fine control
Hello R experts, what follows is my reproducible example: mydata<-structure(list(ped.avg = c(335.9, 110.8, 645.7, 638.9, 1468.1, 126.4, 4811.1, 88.5, 868.5, 656.6, 723.6, 654, 2.8, 15, 14.2, 17.5, 15.4, 112.1, 424.7, 18.3, 19.9, 28.6, 25.6, 23.5, 15.4, 27, 62.1, 15.6, 74.6), ped.erst = c(96, 53.2, 615.2, 616.5, 512.9, 56.2, 1851.8, 57.1, 579.5, 613.2, 601.1, 613.6, 1.3, 6.3, 6.5, 6.1,
2013 Oct 01
1
sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow
Hello, I updated our main server to 9.2-STABLE today and afterwards I noticed a bunch of these messages, does anyone know what they mean? I was unable to find anything on this error message. Things appear to be working OK so far. Sep 30 22:08:56 illidan kernel: sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow: 193 already in queue awaiting acceptance Sep 30 22:12:27 illidan kernel:
2023 Mar 10
1
[PATCH v3 2/6] erofs: convert to use i_blockmask()
Hi Al, On 2023/3/10 11:15, Al Viro wrote: > On Thu, Mar 09, 2023 at 11:21:23PM +0800, Yangtao Li wrote: >> Use i_blockmask() to simplify code. > > Umm... What's the branchpoint for that series? Not the mainline - > there we have i_blocksize() open-coded... Actually Yue Hu sent out a clean-up patch and I applied to -next for almost a week and will be upstreamed for
2005 Sep 26
1
reading SAS data files
I am attempting to read in a SAS 9.1 data file. After starting R I change to the directory containing the sas data file and use the "dir" command to confirm that it is there. Then I run the following R-code: library(foreign) sashome <- "/Program Files/SAS/SAS 9.1" test<-read.ssd(file.path(sashome), "pcb", sascmd = file.path(sashome,
2023 Mar 10
1
[PATCH v4 2/5] erofs: convert to use i_blockmask()
Hi Gao Xiang, > Please help drop this one since we'd like to use it until i_blockmask() lands to upstream. I'm OK. Not sure if I need to resend v5? Thx, Yangtao
2023 Mar 10
3
[PATCH v3 2/6] erofs: convert to use i_blockmask()
On Thu, Mar 09, 2023 at 11:21:23PM +0800, Yangtao Li wrote: > Use i_blockmask() to simplify code. Umm... What's the branchpoint for that series? Not the mainline - there we have i_blocksize() open-coded... > Signed-off-by: Yangtao Li <frank.li at vivo.com> > --- > v3: > -none > v2: > -convert to i_blockmask() > fs/erofs/data.c | 2 +- > 1 file changed, 1
2003 Aug 10
4
Strange things going on with 4.8
Hi all! I'm having problems no end on my 4.8-STABLE box, and I hope you can help me. My processes get lots of signals (mostly 6, 10 and 11), and my kernel dumps core very often. I have the core dumps from the 4 latest crashes. See attachment for more info. Notice the common values for IdlePTD and initial pcb. Does this mean anything? There are other problems as well: 1) Some time ago KDE
2007 Nov 02
2
add histograms or distributions on regression line
hello, does anyone know how to add histograms or distributions on regression like just like quantiles regression in RGraphGallery below, a very delicate codes. Thanks alot. http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109
2004 Feb 24
2
Terminal server problem
Hello We use samba 2.0.7 on Solaris 2.6. After upgrade domain from NT4 to 2003 AD we start to get problem on our terminal server windows 2000. First user connect to samba server and other cannot do it. I tried to use samba 2.2.8 - same problem. Any suggestions? Best regards, Vadim Fattakhov Frontline PCB Solutions System & Network Manager Phone: +972-8-9322183 (ext. 130), fax:
2007 Jul 13
2
Centos on the decTOP?
https://store.dataevolution.com/ProductDetails.asp?ProductCode=DT%2D7001 For $99 a nice little system with AMD Geode GX500 128Mb memory and 10Gb disk. Upgrade to 256Mb and off we go? Replace the hard drive with a Flash card, and run off a battery pack? Add Bluetooth (lower power draw that 802.11) and run IP over it to your desktop.... It does have ethernet, so a crossover cable works too.
2010 Dec 28
2
How to set up google client
I have downloaded translate client google program at http://translateclient.com/ Before , I have already installed wine 1.3. But when I wrote the following string in terminal : Code: wine wine translateclient_install.exe I therefore get many synstac errors : Code: salinh at salinh-P5L-MX:~$ wine translateclient_install.exe err:richedit:ReadStyleSheet skipping optional destination