similar to: repeated measurements and lme

Displaying 20 results from an estimated 2000 matches similar to: "repeated measurements and lme"

2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote: > Hi! > > I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 > application, but I need VCL library: vcl.h. > > Any ideas?? I would want to make it run natively on Linux. You can't. Winelib still requires Wine to run it. It's a library not an executable. If you want to write native Linux application that can run by itself
2005 Mar 17
2
Repeated Measures, groupedData and lme
Hello I am trying to fit a REML to some soil mineral data which has been collected over the time period 1999 - 2004. I want to know if the 19 different treatments imposed, differ in terms of their soil mineral content. A tree model of the data has shown differences between the treatments can be attributed to the Magnesium, Potassium and organic matter content of the soil, with Magnesium being the
2014 Jun 05
1
Icecast Release 2.4.0 Webm /Opus Support
Hello its me again :-P hope its appropriate to ask every 2 years if there is a simple method to stream a " live" Video stream via icecast2. I tryed rtmpd.com with Adobe Livemedia encoder with jplayer embeding into webpage and it worked fine, but my goal is to use icecast. From what i understand VCL or ffmpeg is the common method to stream video to a icecast2 server are there any
2014 May 11
3
find with exclude directory
Hey all, I'm trying to do a find of all files with the phrase 'varnish' in the name, but want to exclude a user home directory called /usr/local/digitalplatform. Here's what I was able to come up with: find / -path '/usr/local/digitalplatform/*' -prune -o -name "*varnish*" Which results in this: [root at uszmpwsls014lb ~]# find / -path
2013 Feb 08
2
NTLM autentication problems
I'm trying to configure Squid ntlm autentication on Samba4 DC. I followed Squid and Samba's documentation and i got success when I login with user natalia.silva, but if I log with natalia.vaz i get the error -- Nat?lia Vaz Silva Administradora de redes
2018 May 12
2
Centos 7.5 and Courier 10 Pitch fonts in Libreoffice
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 2018-05-12 at 20:27 +0100, Phil Wyett wrote: > On Sat, 2018-05-12 at 14:05 -0500, Gregory P. Ennis wrote: > > On Sat, 2018-05-12 at 12:17 -0500, Gregory P. Ennis wrote: > > > Everyone, > > > > > > With the update to Centos 7.5 it is apparent that we lost the Courier > > > 10 Pitch fonts that were
2009 Feb 03
2
Model (Y) from left-censored independant variable (s)
Hi all; I'm trying to model a response variable (Y) from one (and eventually more...) independant left-censored variable (X*) In other words, X* is a random variable with values 0 -> inf. Thus, let c=0 X*= x if x>= c X*= c if x< c Does anyone knows a function or package in [R] enabling to model Y from a censored predictor X*? Thanks for your help! ?tienne ?tienne Boucher
2007 Jul 24
3
Overlaying a single contour from a new data array in levelplot
Dear R-Help community, I am trying to overlay a single contour line over a correlation plot using levelplot in the lattice package. These are the two arrays: 1) a correlation plot over Africa - so each grid square is a different colour dependent on correlation - this is in an array: result_cor with dim[465,465] 2) a single contour line from a ***different data source*** - this is from data
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote: > So I will need to rewrite the application to run on Linux, but this > sounds strange, doesn't it?? I have not completely understood then the > purpose of winelib. Do you mean that it is not possible to build an > application from source (written using Win32 API) using gcc on Linux > and executing it natively?? Correct. You can't run it directly
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
Hi! I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 application, but I need VCL library: vcl.h. Any ideas?? I would want to make it run natively on Linux. The code is as follows: //--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop USEFORM("textS.cpp", TextStuff); USEFORM("aboutS.cpp",
2003 Dec 30
2
E100P configuration
Hi ! I am trying to configure two E100P cards, but I am a bit confused with zapta.conf in what I am trying to achieve. The * will be connected to a pstn switch with two E1 PRI lines. The E1 lines will be used for incoming calls as well as outgoing calls. My problem now is what to put in zapta.conf, I would like to group all channels from both cards together (if that's possible). Does this
2018 Mar 22
3
How do I include a factor in a groupedData object? Meaning and use of inner and outer parameters
Windows 10 64-bit, R-Studio, R version 3.4.3 Several questions relating to groupedData: (1) I am trying to create a groupedData object that can be used to run an analysis that I have been able to urn using lmer. When I include the interaction terms in the groupedData opbject I get an error message stating that + is not meaningful for factors. How do I include factors in my model? See code and
2010 Nov 08
2
Several lattice plots on one page
Dear all, I am trying (!!!) to generate pdfs that have 8 plots on one page: df = data.frame( day = c(1,2,3,4), var1 = c(1,2,3,4), var2 = c(100,200,300,4000), var3 = c(10,20,300,40000), var4 = c(100000,20000,30000,4000), var5 = c(10,20,30,40), var6 = c(0.001,0.002,0.003,0.004), var7 = c(123,223,123,412), var8 = c(213,123,234,435), all = as.factor(c(1,1,1,1)))
2008 Jun 04
2
Constructing groupedData objects in nlme - a little problem
Dear R-help, I am trying to create groupedData objects using the nlme library. I'm missing something basic, I know: Here is the first example in ch.1 of Pinheiro & Bates (2000): library(nlme) x2=Rail$travel;x1=Rail$Rail;eg1=data.frame(x1,x2);eg1gd=Rail print(eg1gd) x11();print(plot(eg1gd)) femodel=lm(x2~x1-1,data=eg1gd) print(femodel$coefficients) Result: x12 x15 x11
2004 Jul 23
2
lme4 groupedData is missing
help.search("groupedData") says that it's part of the lme4 package, but it appears not to be there (details below). Is this because lme4 is new and (perhaps) still under development? > update.packages() trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 19113 bytes opened URL downloaded 18Kb >
2004 Apr 30
1
Exact Binomial test feature or bug?
Dear R Users, Is the p-value reported in a two-tailed binomial exact test in error or is it a feature? If it is a feature, could someone provide a reference for its two-tailed p-value computations? Using Blaker's (2000 - Canad. J. Statist 28: 783-798) approach,the p-value is the minimum of the two-tailed probabilities $P \left(Y\geq y_{obs}\right)$ and $P\left(Y\leq y_{obs}\right)$
2003 Dec 17
1
Rsync 2.5.7 hangs after completion
I am having a problem with rsync hanging after completion. The command I am using is: rsync -vaz --delete /banproc/ backenp650:/banproc (thanks jw for the syntax correction) There were 56 deletions on the destination and ~ 1380 files copied total (I gathered these stats by using grep and wc -l on a saved file of my ssh session to the source host). Below is the last couple of lines on my ssh
2006 Dec 07
2
groupedData Error Using outer=TRUE
I'm using groupedData from nlme. I set up a groupedData data.frame with outer=~group1. When I try to plot with outer=TRUE, I get "subscript out of bounds." This happens most of the time. When it works, I get spaghetti-type plots for comparing groups. But I don't understand why it doesn't usually work. > longa.mod.1.gd <- groupedData(mod1.logit~time|
2007 Mar 23
0
course on Analysis of Repeated Measurements by Ronald Geskus
Analysis of Repeated Measurements By Dr. Ronald Geskus April 27, 2007 Amsterdam, The Netherlands http://www.can.nl/events/details.php?id=31 This course is aimed at everyone who is working with data that contain repeated measurements on persons or otherwise related data and who wants to analyse such data in a proper way. In many situations one may have data that show some
2007 Dec 27
2
groupedData function not found
Hello, I'm trying to use the groupedData function and R is giving me the message: Error: can not find function "groupedData" The code is coming from a textbook so I think it should be correct: pigs<-data.frame(cbind(pig.time,pig.id,pig.wt)) pig.growth<-groupedData(pig.wt~pig.time|pig.id,data=pigs) I have added the package "nlme" and to confirm that it was installed