Displaying 20 results from an estimated 123 matches for "gmodel".
Did you mean:
model
2006 Mar 16
1
Installation of gmodels package (PR#8686)
Full_Name: Thomas R Famula
Version: 2.2.1
OS: Linux - fedora core 4
Submission from: (NULL) (169.237.28.28)
Sorry to bother - I hope this is a simple fix.
Here is the set of error messages I recieved in trying to install the "gmodels"
package. I typed in "install.packages(c("gmodels"))" as the root and recieved
the following series of replies:
install.packages(c("gmodels"))
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://...
2006 Jun 26
4
Counting Associated Records from MySQL Result
Hey All,
I''m currently working on a Guitar Reviews website and I think i''ve been
coding for way to long and forgot the basics..I''m having trouble doing a
simple SQL method.
I have 2 Tables, 1 for Guitar Manufacturers (gmanufacturers) and 1 for
Guitar Models (gmodels), every model has a manufacturer and every
manufacturer has many models (gmodel belongs_to :gmanufacturer &
gmanufacturer has_many :gmodels). What i''m trying to do is; when I list
all of the gmanufacturers, I want to show how many models each
manufacturer has, ex:
Manufacturer 1...
2009 Jan 29
1
Question On CrossTable function in gmodels package
Hi R-users,
I have the following problem with CrossTable function within ?gmodels? package: the output of the function (format ?spss? and asresid=T) can not be stored within another object.
For example:
>library(gmodels)
>data(infert, package = "datasets")
> CrossTable(infert$education, infert$induced)->aa # the function prints everything ok on the screen...
2007 Mar 09
1
Problem with ci.lmer() in package:gmodels
Dear Friends,
Please note that in the following CI lower > CI higher:
> require(lmer)
> require(gmodels)
> fm2 <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject),
sleepstudy)
> ci(fm2)
Estimate CI lower CI upper Std. Error p-value
(Intercept) 251.66693 266.06895 238.630280 7.056447 0
Days 10.52773 13.63372 7.389946 1.646900 0
________...
2012 Feb 07
0
gmodels error: "no method for coercing this S4 class to a vector"
Dear All,
I'm having a problem using functions in the gmodels library on an object of class mer from the lmer package. Code for a reproducible example is below.
# Load lme4 library and sample data
library(lme4)
library(faraway)
library(gmodels)
data(penicillin)
# Fit a linear mixed effects model
fit4 <- lmer(yield ~ treat + (1|blend), penicillin)...
2007 Apr 18
2
Error loading libraries in MAC
Hi I just installed the gmodels package
and the installation was successful but when I was trying to load the
library I got an error (see below).
Interesting, yesterday I wrote to the maintainer of RSQLite apckage
because I got the same error.
Does somebody knows what is going on ??
thanks,
Mayte
library(gmodels)
Error in...
2007 Apr 18
2
Error loading libraries in MAC
Hi I just installed the gmodels package
and the installation was successful but when I was trying to load the
library I got an error (see below).
Interesting, yesterday I wrote to the maintainer of RSQLite apckage
because I got the same error.
Does somebody knows what is going on ??
thanks,
Mayte
library(gmodels)
Error in...
2006 May 02
1
Is there a bug in CrossTable (gmodels)
Library gmodels include a function CrossTable that is useful for
crosstabulation. In the help, it is indicated that one can call this
function as CrossTable(data), were data is a matrix. However, when I try
to use this option, it doesn't help. Any idea? Is there a bug?
Thanks for your help.
Prof. Albert Sor...
2007 Mar 09
1
Is the gmodels package being maintained?
Dear r-helpers,
I sent a cc of a recent message about a problem with ci.lmer() in
the gmodels package to the author (Gregory R Warnes), and the message
bounced. If the author or someone else is maintaining this package or
this function, would you kindly supplement the author's name and/or
address with a current maintainer and/or provide a current email
address?
________________...
2010 Feb 15
1
"EstimableS" in R
Hi
I've just installed the R version 2.10.1 on my new PC and unfortunately I have problem to use the function Estimables. I have downloaded gmodels succesfully but have problems when I activate the package. I get following meassage;
> utils:::menuInstallLocal()
package 'gmodels' successfully unpacked and MD5 sums checked
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, charact...
2009 May 31
1
Bug in gmodels CrossTable()?
Is the code below showing a bug in Crosstable()? My expectation was that
the values produced by xtabs were rounded instead of truncated:
library(gmodels)
abc <- c("a", "a", "b", "b", "c", "c")
def <- c("d", "e", "f", "f", "d", "e")
wgt <- c(0.8, 0.6, 0.4, 0.5, 1.4, 1.3)
xtabs(wgt ~ abc + def)
CrossTable(xtabs(wgt ~ abc...
2007 Jul 25
2
using contrasts on matrix regressions (using gmodels, perhaps)
...3 0.3781 -0.7321 0.1907 -0.1721 0.3073
X4 -0.1778 0.2822 -0.0644 -0.2649 -0.4140
X5 -0.1079 -0.0475 0.6047 -0.8369 -0.5928
I want to test for c'b = 0 where c is (lets say) the contrast (0, 0, 1, 0, -1). Is it possible to do so, in one shot, using gmodels or something else?
Many thanks and best wishes,
Ranjan
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello,
We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN.
Summary of the changes is attached at the end.
Best,
Nitin
______________________
Nitin Jain, PhD
<nitin.jain at pfizer.com>
Non Clinical Statistics
Pfizer, Inc. (Groton, CT)
Bldg: 260, # 1451
Ph: (860) 686-2526 (Office)
Fax: (860) 686-6170
Brief description...
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello,
We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN.
Summary of the changes is attached at the end.
Best,
Nitin
______________________
Nitin Jain, PhD
<nitin.jain at pfizer.com>
Non Clinical Statistics
Pfizer, Inc. (Groton, CT)
Bldg: 260, # 1451
Ph: (860) 686-2526 (Office)
Fax: (860) 686-6170
Brief description...
2009 Oct 27
0
syntax for estimable(gmodels package) and glht(multcomp package)
Hello,
I have a question as to how the syntax for glht(package multcomp) and
estimable (gmodels) works, since I'm not getting everything from the
documents I've googled so far, especially with models with 2nd order
terms.
A modestly complex model:
2-way anova with one continuous covariate, no random effects(and no
repeated measures) to keep it modestly complex:
Y = treatmentgroup +...
2017 Oct 23
1
Syntax for fit.contrast (from package gmodels)
...(Fax) 410-605-7913 (Please call phone number above prior to faxing)
________________________________
From: David Winsemius <dwinsemius at comcast.net>
Sent: Sunday, October 22, 2017 8:15 PM
To: Sorkin, John
Cc: r-help at r-project.org
Subject: Re: [R] Syntax for fit.contrast (from package gmodels)
> On Oct 22, 2017, at 5:01 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
>
> David,
> Again you have my thanks!.
> You are correct. What I want is not technically a contrast. What I want is the estimate for "regional" and its SE.
There needs to be a ref...
2017 Oct 23
0
Syntax for fit.contrast (from package gmodels)
...10-605-7913 (Please call phone number above prior to faxing)
>
>
>
> From: David Winsemius <dwinsemius at comcast.net>
> Sent: Sunday, October 22, 2017 7:56 PM
> To: Sorkin, John
> Cc: r-help at r-project.org
> Subject: Re: [R] Syntax for fit.contrast (from package gmodels)
>
>
> > On Oct 22, 2017, at 3:56 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
> >
> > David,
> > Thank you for responding to my post.
> >
> > Please consider the following output (typeregional is a factor having two levels, "regi...
2017 Oct 22
0
Syntax for fit.contrast (from package gmodels)
...SE for "general" and its SE and another contrast statement could be written that would give me the point estimate and SE for "general" and it SE without my having to work directly with the variance-covariance matrix. I tried doing this using the fit.contrast statements (from the gmodels package):
I'm guessing that the second contrast you were hoping for was actually for "regional".
Contrasts, hence the name, are for differences between two levels (or more accurately between the means on the scale specified by the link parameter. In the absence of another level the...
2017 Oct 23
2
Syntax for fit.contrast (from package gmodels)
...(Fax) 410-605-7913 (Please call phone number above prior to faxing)
________________________________
From: David Winsemius <dwinsemius at comcast.net>
Sent: Sunday, October 22, 2017 7:56 PM
To: Sorkin, John
Cc: r-help at r-project.org
Subject: Re: [R] Syntax for fit.contrast (from package gmodels)
> On Oct 22, 2017, at 3:56 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
>
> David,
> Thank you for responding to my post.
>
> Please consider the following output (typeregional is a factor having two levels, "regional" vs. "general"):
> C...
2017 Oct 22
3
Syntax for fit.contrast (from package gmodels)
...SE for "general" and its SE and another contrast statement could be written that would give me the point estimate and SE for "general" and it SE without my having to work directly with the variance-covariance matrix. I tried doing this using the fit.contrast statements (from the gmodels package):
fit.contrast(model,type,c(1,0),showall=TRUE)
fit.contrast(model,type,c(0,1),showall=TRUE)
and received the error message,
Error in `[[<-`(`*tmp*`, varname, value = c(0, 1)) :
no such index at level 1
Perhaps fit.contrast is not the way to accomplish my goal. Perhaps my goal...