similar to: start values for random effects in nlme

Displaying 11 results from an estimated 11 matches similar to: "start values for random effects in nlme"

1998 Dec 08
1
WIN 98 - Plain passwd?
i'm looking for an answer to the problem WIN98/samba-connection. It shows the same failure as shown by WinNT unless the change of Registry to EnablePlainPasswd. Is there an answer where the entry "EnablePlainPasswd" should be by WIN98? Enable encryoptedPasswd in smb.conf brought no solution. Thanks an many greetings Lothar M?hlbauer Lothar.Muehlbauer@iiv.de
2003 Aug 23
1
CVS compile problems
Hi, I'm compiling theora from the cvs. I use it with mplayer. I had run in these problems: 1. At make time I got that: Making all in doc make[1]: Entering directory `/work/src/theora/doc' make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop. make[1]: Leaving directory `/work/src/theora/doc' make: *** [all-recursive] Error 1 I cannot skip that
2018 May 19
8
[Bug 106577] New: broken rendering with nine and nouveau (GM107)
https://bugs.freedesktop.org/show_bug.cgi?id=106577 Bug ID: 106577 Summary: broken rendering with nine and nouveau (GM107) Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau
2013 Jan 28
1
Using loop for a random vector (Montecarlo method)
Hi, I would like to replicate a sort of Montecarlo experiment: I have to generate a random variable N(0,1) with 100 observations but I have to contaminate this values at certain point in order to obtain different vectors with different samples: tab<-function(N,n,E,L){ for(i in 1:100){ X1<-rnorm(N*(1-a),0,1) X2<-rnorm(N*(a),E,L) X_tab<-sample(c(X1,X2),n,replace=T) } return(X_tab)}
2003 Mar 02
1
Dynamically changing point's symbol in grid.points...
...does not work. Do k<-grid.points(c(0.1,0.2,0.3),c(0.1,0.2,0.3),pch=3,vp=viewport()) (symbol - +). Try to change it grid.edit(k, pch=1) (symbol - open circle). Get filled squares. pch from 0 to 25 produces the same output. pch="x" - works OK. Device - x11(), gtk() (from GtkDevice). R -1.6.1
2003 Aug 29
1
(no subject)
auth aa6150a0 subscribe theora-dev \ sider2jp@yahoo.co.jp <p><p>__________________________________________________ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2011 Jun 13
4
How to calculate the product of every two elements in two lists?
u<-c(0.1,0.2,0.3) v<-c(0.2,0.3,0.5) outer1<-outer(u,u,">=") outer2<-outer(v,v,">=") m<-nrow(outer1) j<-nrow(outer2) zz<-lapply(1:m, function(m) as.numeric(outer1[m,])) tt<-lapply(1:m, function(m) as.numeric(outer2[m,])) zz[[1]]*tt[[3]], e.g., is possible, but I want every products between two lists. Is there a way to do that? -- View this
2008 Aug 13
2
Tiny help for tiny function
I just started to write tiny functions and therefore I appologise in advance if I am asking stupid question. I wrote a tiny function to give me back from the original matrix, a matrix showing only the values smaller -0.8 and bigger 0.8. y<-c(0.1,0.2,0.3,-0.8,-0.4,0.9) x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3) XY<-rbind(x,y) extract.values<-function (x) { if(x>=0.8|x<=-0.8)x
2012 Aug 14
4
Subsetting rows by multiple levels of selected values
Dear list, Let's say we have a data frame as follows, >expand.grid(a=1:5,b=c(1,5,10,20),DV=c(0.1,0.2,0.3))->df1 >df1$DV<-rgamma(60,shape=10) columns a and b are two levels. DV is the column with values we are interested in. Then another data frame df2 with values as follows data.frame(a=c(2,2,3,4,5),b=c(5,10,1,5,20))->df2 Now I want to a subset of df1 that match df2 at the
2009 Feb 16
2
Printing out a graph using different graphics devices
Hello, everyone! The code below allows me to produce the graph I want (I know - the colors are strange, but it's just for the sake of an example). After you run the plot<- part and then do print(plot) - that's what I want. However, when I run the bits of code below (with graphics devices) - what they print is different from the original plot. In .png, .emf, and .tiff - my dots change
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++