search for: pbib

Displaying 4 results from an estimated 4 matches for "pbib".

Did you mean: bib
2005 Apr 05
1
nlme & SASmixed in 2.0.1
I assigned a class the first problem in Pinheiro & Bates, which uses the data set PBIB from the SASmixed package. I have recently downloaded 2.0.1 and its associated packages. On trying library(SASmixed) data(PBIB) library(nlme) plot(PBIB) I get a warning message Warning message: replacing previous import: coef in: namespaceImportFrom(self, asNamespace(ns)) after library(nlme) a...
2004 Dec 19
1
PBIB datataset
I'm looking at Pinheiro & Bates "Mixed-Effects Models in S and S-PLUS" at the moment. Several datasets are used, one of which is called "PBIB" (a partially balanced incomplete block design). All the other datasets can be found somewhere or other in R. However, I cannot locate PBIB, and it does not seem to be mentioned in the latest edition of the R Full Reference Manual. I Have Been Good. I Have Searched The Arcives. There was a...
2002 Jul 16
0
Can't find PBIB data set
A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 602 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020716/9fef9d85/attachment.bin
2009 Nov 07
1
lme4 and incomplete block design
Dear list members, I try to simulate an incomplete block design in which every participants receives 3 out of 4 possible treatment. The outcome in binary. Assigning a binary outcome to the BIB or PBIB dataset of the package SASmixed gives the appropriate output. With the code below, fixed treatment estimates are not given for each of the 4 possible treatments, instead a kind of summary measure(?) for 'treatment' is given. block<-rep(1:24,each=3) treatment<-c(1, 2, 3, 2, 1, 4, 3...