Displaying 20 results from an estimated 100 matches similar to: "PBIB datataset"
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) and a
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
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
2002 Oct 09
3
Summary: proc mixed vs. lme
Summary: proc mixed vs. lme
The objective of this summary is to help people
to get more familiar with the specification of
random effects with proc mixed or lme.
Very useful are the examples of Ramon Littell's book:
"SAS System for Mixed Models (1996)"
(http://ftp.sas.com/samples/A55235)
The same data set's are kindly made available
by Douglas Bates in the
2006 May 15
1
anova statistics in lmer
Dear list members,
I am new to R and to the R-help list. I am trying to perform a
mixed-model analysis using the lmer() function. I have a problem with
the output anova table when using the anova() function on the lmer
output object: I only get the numerator d.f., the sum of squares and the
mean squares, but not the denominator d.f., F statistics and P values.
Below is a sample output, following
2002 Oct 09
3
proc mixed vs. lme
Dear All,
Comparing linear mixed effect models in SAS and R, I found the following
discrepancy:
SAS R
random statement random subj(program); random = ~ 1 |
Subj
-2*loglik 1420.8 1439.363
random effects
variance(Intercept) 9.6033 9.604662
2001 Oct 11
2
Where's MVA?
Hi All:
Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.
Best wishes,
ANDREW
tseries: Package for time series analysis
Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6
Depends: ts, mva, quadprog
Date: 2001-08-27
Author: Compiled by Adrian
2003 May 02
2
stepAIC/lme (1.6.2)
Based on the stepAIC help, I have assumed that it only was for lm, aov, and
glm models. I gather from the following correspondence that it also works
with lme models.
Thomas Lumley 07:40 a.m. 28/04/03 -0700 4 Re: [R] stepAIC/lme problem
(1.7.0 only)
Prof Brian Ripley 04:19 p.m. 28/04/03 +0100 6 Re: [R] stepAIC/lme problem
(1.7.0 only)
Prof Brian Ripley 06:09 p.m. 29/04/03 +0100 6 Re: [R]
2003 May 05
1
multcomp and lme
I suppose that multcomp in R and multicomp in S-Plus are related and it
appears that it is possible to use multicomp with lme in S-Plus given the
following correspondence on s-news
sally.rodriguez at philips.com 12:57 p.m. 24/04/03 -0400 7 [S] LME summary
and multicomp.default()
Is it possible to use multicomp with lme in R and if so what is the syntax
from a simple readily available
2004 May 27
1
Crossed random effects in lme
Dear all,
In the SASmixed package there is an example of an analysis of a split-plot experiment. The model is
fm1Semi <- lme( resistance ~ ET * position, data = Semiconductor, random = ~ 1 | Grp)
where Grp in the Semiconductor dataset is defined as ET*Wafer. Is it possible to specify the grouping directly some way, e.g. like
fm1Semi <- lme( resistance ~ ET * position, data =
2012 Jul 20
1
Extracting standard errors for adjusted fixed effect sizes in lmer
Dear R help list,
I have done a lot of searching but have not been able to find an answer to
my problem. I apologize in advance if this has been asked before.
I am applying a mixed model to my data using lmer. I will use sample data
to illustrate my question:
>library(lme4)
>library(arm)
>data("HR", package = "SASmixed")
> str(HR)
'data.frame': 120 obs.
2002 Mar 31
1
lme degrees of freedoms: SAS and R
Dear list,
I ran a mixed effect model using R 1.4.1 and SAS 8.0 on the SIMS data found
in the SASmixed package and found that the degrees of freedoms for fixed
effects are very different.
From R, df = n - v -1 where n is total # of observations, v is the # of
levels for the grouping factor. From SAS df = v -1. Am I wrong about this
or can somebody explain which is correct and why?
Thanks a
2011 Dec 27
1
Longitudinal data
Hi,
I'm analyzing a longitudinal data set with 387 cows were
observed in 63 days divided into 6 groups, and every 30 days
was found to produce milk. Does not aim to model the time
using regression. Only compare the groups differ in terms of
milk production. There are many missing observations.
Because the data are correlated I used the SAS program:
proc mixed data=univar
2009 Jun 23
1
nested cross-sectional design using lmer or nlme
Dear all, I'd appreciate some advice on the following problem. I'm
attempting to analyse a nested cross-sectional design in which an
intervention was offered to a series of randomly selected (small)
communities, so the unit of randomisation is the community. All
available individuals in each community were interviewed before the
intervention and again at follow-up
2003 Jan 22
1
: Trellis plot
Hi all,
I would be grateful if anyone could help me with the following. I am using
nlme library and I am trying to do a trellis plot with an outer factor, but
I have an error message which I can't understand.
Here is the code :
> mydata <- groupedData(y ~ x | warren/rabbit, outer= ~ treatment,
data=mydata)
> plot(mydata)
# I obtain a plot with all rabbits displayed individually and
2001 Oct 09
1
PROC MIXED user trying to use (n)lme...
Dear R-users
Coming from a proc mixed (SAS) background I am trying to get into
the use of (n)lme.
In this connection, I have some (presumably stupid) questions
which I am sure someone out there can answer:
1) With proc mixed it is easy to get a hold on the estimated
variance parameters as they can be put out into a SAS data set.
How do I do the same with lme-objects? For example, I can see the
2003 Nov 21
1
: BIC for gls models
Hi all,
I would like to know how the BIC criterion is calculated for models estimated using gls( ) function. I read in Pinheiro & Bates (2000) p84 that
BIC = -2logL + npar*log(N) (for the ML method), or
BIC = -2logLR + npar*log(N-p) (for the REML method)
but when I use any of these formulae I don't obtain the result given by R.
Thanks in advance for any help.
Eve CORDA
Office national
2002 Sep 11
2
fitting a linear mixed effects model
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1284 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020911/e68e2ecc/attachment.bin
2003 Jul 24
1
: performing marginal tests to glm objects
Dear all,
I wonder if it is possible to obtain marginal tests for effects in generalized linear models. Indeed, the anova function produces sequential tests and it doesn't have any "type" argument to specify that we would like marginal tests instead, as in the similar anova function for lme objects.
Thanks a lot for your help!
Eve CORDA
Office national de la chasse et de la faune
2019 Jan 12
2
Polybench llvm's IR -fopenmp
Hi all,
I'm trying to get the llvm's IR from the source code of Polybench (OMP) https://github.com/cavazos-lab/PolyBench-ACC/tree/master/OpenMP.
I noticed a considerable difference between the IR generated using clang -emit-llvm -fopenmp and clang -emit-llvm:
* using the -fopenmp flag I get a simplified IR in which I read a single basic block where I can highlight a llvm.memcpy