Displaying 12 results from an estimated 12 matches similar to: "glht after lmer with "$S4class-" and "missing model.matrix-" errors"
2008 Jul 25
0
glht after lmer with "$S4class-" and "missing model.matrix-" errors with DATA
maybe it's in the data? So here it comes.
> sv.growth
Grouped Data: length ~ meas | box_id
meas spec comp water box_id sprouts leaves length
long.sprout
1 1 Sv control moist 1 8.800000 37.80 211.2000
60.6
2 1 Sv xfull moist 2 7.000000 8.00 174.8000
62.8
3 1 Sv control moist 3 9.000000
2010 Oct 29
1
Tukey post hoc comparison (glht?) after 3factorial mixed model (lmer)
Hello, dear R-community.
This is a question about TukeyHSD between factor combinations of a Three-Way
ANOVA, which is - since it is a multi measure ANOVA - not a simple ANOVA but
a Generalised Linear Mixed Model (GLMM), calculated with "lmer".
> growth <-
groupedData(length~meas|box_id,outer=~spec*comp*water,data=all.spec)
> model <-
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
Hi, I'd like to unsubscribe from the list.
Thanks
Neyra
________________________________
De: "r-help-request@r-project.org" <r-help-request@r-project.org>
Para: r-help@r-project.org
Enviado: sáb, octubre 30, 2010 5:30:07 AM
Asunto: R-help Digest, Vol 92, Issue 31
Send R-help mailing list submissions to
r-help@r-project.org
To subscribe or unsubscribe via the
2019 Dec 11
3
Friedman
Estimados
Este es el test de friedman que se logra asi
library(PMCMR)
y <- matrix(c( 3.88, 5.64, 5.76, 4.25, 5.91, 4.33, 30.58, 30.14, 16.92,
23.19, 26.74, 10.91, 25.24, 33.52, 25.45, 18.85, 20.45,
26.67, 4.44, 7.94, 4.04, 4.4, 4.23, 4.36, 29.41, 30.72,
32.92, 28.23, 23.35, 12, 38.87, 33.12, 39.15, 28.06, 38.23,
26.65),nrow=6, ncol=6,
dimnames=list(1:6,LETTERS[1:6]))
print(y)
2005 Dec 19
4
need some help designing my messaging system
I am trying to create a messaging system for my users but I''m having a
hard time designing my db. This is what i have in mind, but I am not
sure if its the best approach.
user has_one inbox
user has_one outbox
inbox has_many messages
outbox has_many messages
inbox table
user_id
outbox table
user_id
messages table
box_id (refers to either inbox or outbox - how?)
from_id
to_id
2008 Jun 17
1
Problems with Cochrane-Orcutt procedures
Hi John,
Hi Folks/Prof. Fox,
I found some code John Fox had written sometime back on the
Cochrane-Orcutt and Prais procedures here:
https://stat.ethz.ch/pipermail/r-help/2002-January/017774.html
I thought I would try it out and get the following errors below. Was
wondering if anyone had any immediate opinions why this might be ?
The linear model is the object regrCMSlm .
Thanks,
Tolga
2012 Nov 05
1
custom function & missing value where TRUE/FALSE needed
I can't figure out why this function wont work.
#Custom Function used
fallInBand <- function(x){
#Assume the bands fall go up form 0 to 100 in intervals of 5 then from 100
to 1000 in intervals of 100.
#returns the location (band number)
if (is.na(x) == FALSE) {
if(x < 100) {#bands of 5
if((x %% 5) >=0){#falls within the band
Result = as.integer(x/5)+1
2013 Mar 21
0
how to remove changed_attributes from yaml response
Hi,
I am using attr_accessor attributes in model class and assigning the
values to attr_accessor dynamically in controller. And am sending the
data object to display in Yaml format. I am getting the response along
with changed_attributes but I don''t want changed_attributes details in
my response.
build Model code
class Test < ActiveRecord::Base
attr_accessor: t_1, t_2, t_3, t_4
end
2018 Mar 22
2
lmtp service timeouting even after receiving full message
I have a problem with some messages passed from exim to dovecot lmtp service:
From exim debug:
using socket /var/run/dovecot/lmtp
LMTP<< 220 mbox8 ready
2018 Mar 23
0
lmtp service timeouting even after receiving full message
On Thursday 22 of March 2018, Arkadiusz Mi?kiewicz wrote:
> I have a problem with some messages passed from exim to dovecot lmtp
> service:
>
> From exim debug:
>
> using socket /var/run/dovecot/lmtp
> LMTP<< 220 mbox8 ready
> LMTP>> LHLO mbox8...
> LMTP<< 250-mbox8
> LMTP<< 250-STARTTLS
> LMTP<< 250-8BITMIME
>
2018 Mar 23
2
lmtp service timeouting even after receiving full message
On 23.03.2018 10:04, Arkadiusz Mi?kiewicz wrote:
> On Thursday 22 of March 2018, Arkadiusz Mi?kiewicz wrote:
>> I have a problem with some messages passed from exim to dovecot lmtp
>> service:
>>
>> From exim debug:
>>
>> using socket /var/run/dovecot/lmtp
>> LMTP<< 220 mbox8 ready
>> LMTP>> LHLO mbox8...
>> LMTP<<
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi
I'm having a problem compiling opus-tools-0.1.7.
Version opus-tools-0.1.6 seems to compile OK.
I've tried with opus-1.0.3 and opus-1.1-beta.
The errors are like this:-
"undefined reference to `sqrtf'" etc.
This OS is Peppermint Three, similar to Ubuntu 12.04.
It uses:-
gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Google says it's maybe something to do