Displaying 20 results from an estimated 80 matches similar to: "Repeated measures by lme and aov give different results"
2014 Jan 12
14
[Bug 10372] New: rsync 3.10 error in protocol data stream while rsync 3.0.9 runs through
https://bugzilla.samba.org/show_bug.cgi?id=10372
Summary: rsync 3.10 error in protocol data stream while rsync
3.0.9 runs through
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2012 Feb 21
0
mvabund package: errors using manyglm() and meanvar.plot()
Dear R users,
I am trying to analyze multivariate abundance data using the mvabund
package, but errors occur for several functions.
I created a mvabund object named faunadat consisting of 8 dependent
variables each containing 64 positive integer values (bact, fung, plant,
omn, pred, orib, meso, spring). There are 4 factors: harv, rep, depth and
lit.
I then created a formula:
>
2008 Oct 20
3
LIBXML and LibXSLT
Hi,
I installed libxml-ruby and libxslt-ruby. It took a while but it''s
running now.
However, on the libxml site (http://libxml.rubyforge.org/install.xml) it
says:
"...libxml requires a few other libraries to be installed in order to
build and function properly.
* libm (math routines: very standard)
* libz (zlib)
* libiconv
* libxml2
..."
And
2005 Sep 10
1
transparent backgound in lattice plots
I couldn't find this is in the FAQs or in the R archives and I've poked
around the lattice package manual, but...
I've been trying to figure out how to generate graphics files with a
transparent background with the lattice package. The code to generate the
levelplot is fine and I can produce a simple png file with a transparent
background just fine, but I'm not sure how to
2003 Oct 17
2
System error 1314 has occurred
Hello all,
I am using Samba on a Debian GNU/Linux box.
I am trying to create a netlogon.bat file that will execute whenever
a user logs in to the domain. However, I am getting a strange error message on the client workstations.
The following is the netlogon.bat:
echo Setting Current Time...
net time \\xavier /set /yes
echo Mapping Network Drives to Samba Server Xavier...
net use Z:
2007 Mar 06
1
smbclient -P
Good Morning,
In version 2.x we used smbclient -P in the interface files to print to
printers connected to windows machines. I see that in version 3.x that no
longer works. What is the equivalent command in 3.x?
Thanks
Harve Dearing
Technical Services
VRC Insurance Systems
Phone: 818-707-4295 ext 400
Direct: 818-827-2173
1998 Jun 23
0
samba: DEC UNIX password problem
I've just installed a new DEC Unix 4.0d machine and downloaded the binary
version of samba 1.9.18p8 for DEC Unix. I am able to get it up and running,
but I am having problems with passwords. I am being prompted for a password
when I try to connect to a non-public share, and when I type in my password it
is being rejected. I did set security=share in my smb.conf file. I also tried
the
2002 Jun 17
0
Samba unable to browse shares in new network
Hello,
Currently we are using a new network with an old samba server. Previously
we were using a standard hub based network. Now we have Cisco 3516
switches and a new configuration of V-lan masking.
In our old non v-lan segmented network, I had no trouble setting up a samba
server. Currently I can browse the samba server, but I can not attach to
any shares. I have updated our smb.conf file
2009 Jan 29
1
Inconsistency in F values from dropterm and anova
Hi,
I'm working on fitting a glm model to my data using Gamma error structure
and reciprocal link. I've been using dropterm (MASS) in the model
simplification process, but the F values from analysis of deviance tables
reported by dropterm and anova functions are different - sometimes
significantly so. However, the reported residual deviances, degrees of
freedom, etc. are not different.
2004 Jun 14
0
inheritance problem in multcomp package (PR#6978)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@r-project.org
#
######################################################
The multcomp functions work on "lm" objects as anticipated.
They do not work on
2017 Jun 19
1
mixed models lmer function help!!
Hi,I have tumor growth curve data for a bunch of different mice in various groups. I want to compare the growth curves of the different groups to see if timing of drug delivery changed tumor growth.I am trying to run a mixed models with repeated measures over time with each mouse as a random effect with linear and quadratic terms for time.This took me a long time to figure out and I just wanted to
2007 Jun 28
0
Branch 'as' - libswfdec/swfdec_button_movie.c
libswfdec/swfdec_button_movie.c | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
New commits:
diff-tree 692c9a4cde349cc8c927e182c36de44a2e9c6a42 (from 873e9bf85e325fdb7cad66d9d7eecb1dd1ce26d5)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jun 28 14:57:02 2007 +0200
use GC'ed strings when calling into the script engine
Thanks Rados??aw
2005 Feb 11
0
time series questions (corrected)?
## The following corrects what I believe to have been an error in my
previous post:
####
Two time series questions:
I. FITTING TRANSFER FUNCTIONS WITH LAGS: Consider the following toy
example:
> dates <- paste(11:21, "/01/2005", sep="")
> Dates <- as.Date(dates, "%d/%m/%Y")
> set.seed(1)
> DF <- data.frame(date=Dates, y=rnorm(11),
2008 Oct 31
0
help with contrasts for a binomial 3-way GLM
Hi
I am a new user the R and I am very grateful for all your help but.......
I have a problem and I can't resolve yet. I am trying to get the contrasts for a binomial 3-way GLM (T= 4 temperature, t= 2 time and c= 2 substrate levels, plus treatment control) in total they are 17 treatments.
I have tried with the glht but this function only work for 1-way GLM,
acacia<-cbind(g,N-g)
2007 Sep 12
0
constructing an lm() formula in a function
I'm working on some functions for generalized canonical discriminant
analysis in conjunction with the heplots package. I've written a
candisc.mlm function that takes an mlm object and computes a
candisc object containing canonical scores, coeficients, etc.
But I'm stumped on how to construct a mlm for the canonical scores,
in a function using the *same* right-hand-side of the model
2008 Nov 03
0
NaN causes "error in fitter" with cph.calibrate from pkg Design
I have been attempting to use cph models to get better calibration
of my models for which I had originally used logistic regression. I
tried running with 40 repetitions and got an error. I then tried 500
repetitions (thinking that the NaNs in the output below might be
caused by that choice) and then let my computer crunch for several
hours and got only the same error message and
2004 Aug 10
0
Check failed after compilation (PR#7159)
Full_Name: Madeleine Yeh
Version: 1.9.1
OS: AIX 5.2
Submission from: (NULL) (151.121.225.1)
After compiling R-1.9.1 on AIX 5.2 using the IBM cc compiler, I ran the
checks. One of them failed. Here is the output from running the check solo.
root@svweb:/fsapps/test/build/R/1.9.1/R-1.9.1/tests/Examples:
># ../../bin/R --vanilla < stats-Ex.R
R : Copyright 2004, The R
2007 Dec 21
1
post hoc in repeated measures of anova
Hallo, I have this dataset with repeated measures. There are two
within-subject factors, "formant" (2 levels: 1 and 2) and "f2 Ref" (25
levels: 670, 729, 788, 846, 905, 1080, 1100, 1120, 1140, 1170, 1480,
1470, 1450, 1440, 1430, 1890, 1840, 1790, 1740, 1690, 2290, 2210,
2120, 2040, 1950), and one between-subject factor, lang (2 levels:1
and 2). The response variable
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users,
For the last few days I am struggling with the following task:
my data.frame:
A1 A2 A3 B1 B2
B3
58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15
10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218
13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934
2006 Jul 31
1
Use of push_with_attributes
Hi,
I have a model class called Page and a corresponding pages table in the
db.
Is there a way to do Page.new without actually creating a corresponding
record in the table? I want to set some values in it and then pass it to
the add_content_component() method in the class below which calls
push_with_attributes() which will actually create the record in the db?
class Page <