Displaying 15 results from an estimated 15 matches for "arthriti".
Did you mean:
arthritis
2010 Dec 15
1
problems with mosaic plot
I'm pretty sure that I did everything right, but my R is just not drawing the
mosaicplot that I want, and there is also no error messege, looks like this
right now:
> mosaicplot(arthritis)
> mosaicplot(~ sex + treatment + improved, data = arthritis, color = TRUE)
>
--
View this message in context: http://r.789695.n4.nabble.com/problems-with-mosaic-plot-tp3090128p3090128.html
Sent from the R help mailing list archive at Nabble.com.
2009 Mar 05
2
identify() and postscript output
...ations with large CookD.
However, if I use postscript() to get .eps output, identify() seems not
to be called at all. If instead, I
use dev.copy2eps() after getting output to the screen, the point labels
do not appear in the resulting .eps
graph. Why? Is there a workaround?
library(vcd)
data(Arthritis)
# define Better
Arthritis$Better <- Arthritis$Improved > 'None'
arth.mod1 <- glm(Better ~ Age + Sex + Treatment , data=Arthritis,
family='binomial')
library(car)
# influence plot
#postscript(file="arthritis-diag2.eps", paper="special", height=6,
widt...
2009 Feb 20
2
why doesn't table() have a data=argument?
...t seems an unnecessary thing
to learn right off.
Before I turn this question into a request for R-devel, is there any
inherent reason why it might be
hard to add a data= argument to table()? I've looked at the code, but
am not enlightened
on this question.
\emph{Example}: Convert the \code{Arthritis} data in case form to a
3-way table of
\code{Treatment} $\times$ \code{Sex} $\times$ \code{Improved}.%
\footnote{
Unfortunately, \codefun{table} does not allow a \code{data} argument to
provide
an environment in which the table variables are to be found. In the
examples in \secref{sec:table} I...
2009 Jun 17
1
getting cd_plot in vcd package to work with layout
Hi,
I'm trying to get 2x2 (or other layouts) of cd_plot from the vcd package. I
have tried the usual commands like layout, par(mfrow...) etc and but cd_plot
seems to ignore them and send the plotting window back to 1x1. I have also
tried turning off the pop and newpage options in cd_plot but I still can't
get multiple cd_plots into a plotting window.
Any suggestions would be greatly
2009 Feb 24
1
polr (MASS): score test for proportional odds model
For the following model,
library(vcd)
arth.polr <- polr(Improved ~ Sex + Treatment + Age, data=Arthritis)
summary(arth.polr)
where Improved is an ordered, 3-level response I'm looking for a
*simple* way to test
the validity of the proportional odds assumption, typically done via a
score test
for equal slopes/effects over the predictors.
I do find a po.test= option in the repolr package for re...
2009 Jan 20
1
generalizing expand.table: table -> data.frame
...few var.names given.")
else if (length(var.names) > dim(df)[2])
stop("Too many var.names given.")
else names(df) <- var.names
}
df
}
__end__ expand.table.R
Thus for the following table
library(vcd)
art <- xtabs(~Treatment + Improved, data = Arthritis)
> art
Improved
Treatment None Some Marked
Placebo 29 7 7
Treated 13 7 21
expand.table (above) gives a data frame of sum(art)=84 observations,
with factors
Treatment and Improved.
> artdf <- expand.table(art)
> str(artdf)
'data.frame':...
2008 Apr 12
3
Mixing LDAP and static
I want to read quota size from LDAP, but I have a static value for home.
How can I mix these?
Right now, I have this LDAP configuration:
user_attrs =
uid=home=/var/mail/vhosts/%d/%n,gosaMailQuota=quota_rule=*:bytes=%$M
which works fine, but looks up the uid attribute needlessly, and is not
scalable: I have to pick a different, always-existing LDAP attribute for
each static extra field
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...lateral compartment was normal. KNEEissues and Clinical
Casebook : What are the chances of dying during a knee replacement?
Actually, we found no statistically significant difference in the
hamstrings:quadriceps ratio between genders at any age. His specialties
include patellar pain, hip and knee arthritis surgery, arthroscopic
surgery, knee ligament reconstruction and the diagnosis of mysterious
knee pain.
it feels more like an unscratched itch.
However in the more typical simpler cases for which we have better data,
the long term success rates have been excellent.
However even if it is shorter te...
2009 Mar 02
2
Certificate problems
Hi all,
I''m trying to set up puppet 0.24.5 using the packages provided for
Mandriva 2009.0. After installing the packages and starting the
puppetmaster service for the first time, the relevant CA certificates
and keys are generated automatically and placed in subdirectories of
$ssldir. However, when I then run puppetd on the same machine thus:
$ puppetd --server myhost.mydomain
2007 Jul 06
0
Early results of this UniSpacer-synovial ablation combination appear quite promising.
...lateral compartment was normal. KNEEissues and Clinical
Casebook : What are the chances of dying during a knee replacement?
Actually, we found no statistically significant difference in the
hamstrings:quadriceps ratio between genders at any age. His specialties
include patellar pain, hip and knee arthritis surgery, arthroscopic
surgery, knee ligament reconstruction and the diagnosis of mysterious
knee pain.
it feels more like an unscratched itch.
However in the more typical simpler cases for which we have better data,
the long term success rates have been excellent.
However even if it is shorter te...
2007 Nov 28
7
puppetrun failing: "connect'': tlsv1 alert unknown ca"
I''m trying to get puppetrun to work, without luck so far.
I have my puppetmaster and clients working fine with the clients polling
the master. Now I want to be able to force an update. Using version
0.23.2
On the client I set listen=true and created the namespaceauth.conf file.
Restarted puppetd and it appears fine.
On the master I run puppetrun as root and get
root@plane:/etc/puppet#
2007 Jul 13
7
new puppet providers
I might have the terminology wrong, but how to a give new puppet
providers to the puppet clients?
I''m thinking a provider is the thing the puppet client uses to
implement a task that the master has given it.
Am I way off here?
Mike B.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2007 Oct 10
5
Puppet ldapnodes issue
I am attempting to move our test puppet installation from looking for node information in a manifest to LDAP. I followed the instructions at: https://reductivelabs.com/trac/puppet/wiki/LdapNodes and was able to get the puppet schema loaded into our LDAP.
I can now query LDAP and modify/load data without any issues using the OpenLDAP tools.
e.g.
ldapsearch -h ldapdev1.domain.com -x
2010 Jul 15
13
The perils of GMAX
gmax won't start up after the initial time. The messages I am getting indicate that it has become case sensitive with respect to names. The installer put in a directory named 'stdplugs' but the program wanted it to be 'StdPlugs'. So I renamed it. It still says these libraries fail to initialize. I must be missing a windows module but I did put in the recommended winetricks
2009 Jul 01
5
Xen time drift issues
Hello everyone!
I been observing some peculiar time drift on my Xen domains (dom0 and
domUs). The time (as returned by timeofday) on my domains drifts at
an almost steady rate from the real time ( as read from the time stamp
counter ).
The drift is so constant that it makes me think there should be some
simple explanation for it in the way Xen keeps time.
Some info about my set up:
guest OS: