Displaying 20 results from an estimated 200 matches similar to: "How does "subset" replace arguments? (PR#4193)"
2023 Mar 30
1
Problems with foreign
Good day
My name is Jos? Oscar, I'm from Mexico and I have some questions about
foreign in your write.foreig( ) function. We know that this function
generates the inputs to be able to run them or execute them in another
program like SPSS, SAS or Stata. In these cases, when creating an example
file, a matrix and using the function to execute the .sps file directly
from SPSS, I don't care or
2008 Aug 01
2
is this a bug (apply and class) ?
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080801/a1a7c3e9/attachment.pl>
2008 Dec 01
1
How to make a banner table.
I have a dataframe with the following variables:
idnum area gender race etc.
I would like to make a table that looks like
area gender race
M F B W A
1 4 5 3 5 1
2 6 7 4 6 3
etc.
Basically, I want to make a single broad table with a number of sub-set
tables. I have tried:
cbind(table(area, gender), table(area, race))
But, when I do this, I lose the labels gender / race. This makes it
2002 Aug 13
1
interaction.plot() legend too narrow when mfcol > 2 (PR#1899)
Here is an example:
The legends (mainly the factor level names) are cut off on the
right. Somehow the internal calculation which computes
horizontal space for the legend is not flexible enough.
## Call a new graphics window {with default par()s !}:
get(getOption("device"))()
par(mfrow = c(2,2))
## part of example(interaction.plot) _improved_ using with() :
data(OrchardSprays)
2005 Apr 09
4
make check-all fails (PR#7784)
Full_Name: Ed Borasky
Version: R-beta 2.1.0 2005-04-08
OS: Linux 2.6.11 GCC 3.3.5
Submission from: (NULL) (24.21.57.139)
I downloaded the latest R-beta tarball and did a build with the default options.
OS is Linux 2.6.11 and compiler is GCC 3.3.5. "make check-all" failed with the
following message:
make[3]: Entering directory `/home/znmeb/R-beta/tests'
running code in
2006 Aug 25
2
xyplot with different symbols and colors?
Dear List,
I try to make a xyplot with different colors and symbols, I came this far:
library(DAAG)
xyplot(csoa~it|sex*agegp,data=tinting,groups=target,pch=list(1,2),auto.key=list(space
= "right"))
this produces a plot with different colors and symbols but unfortunately
the legend does only follow the color scheme and not the different symbols.
Any suggestions what to change?
And
2003 Jan 21
1
[R] proposal: lattice/levelplot: panel.catlevelplot
I suggest to add a panel function to levelplot (or perhaps
to an other 3d lattice function) which is able to translate
the z values into the size of the rectangles.
It could be used to display categorical data.
I append the proposed code and two examples:
- panel.catlevelplot()
- example1.catlevelplot.esoph()
- example2.catlevelplot.esoph()
Wolfram Fischer
#------ CODE
2019 Apr 05
6
all.equal failure
This arose in testing [.terms and has me confused.
data(esoph)?? # use a standard data set
t0x <- terms(model.frame( ~ tobgp, data=esoph))
t1 <-? terms(model.frame(ncases ~ agegp + tobgp, data=esoph))
t1x <- (delete.response(t1))[-1]
> all.equal(t0x, t1x)
[1] TRUE
# the above is wrong, because they actually are not the same
> all.equal(attr(t0x, 'dataClasses'),
2003 Sep 13
5
bug or feature? (PR#4150)
Full_Name: Axel Benz
Version: 1.7.1
OS: Windows
Submission from: (NULL) (137.251.33.43)
This feature seems to be a basic bug:
> 1=="1"
[1] TRUE
> as.numeric(1)=="1"
[1] TRUE
> as.numeric(1)==as.character("1")
[1] TRUE
isn't it necessary to distinguish beteen numbers and characters??
Best Regards,
Axel
2009 Jun 30
2
Is any ideas about Ippon smart power 2000?
Hi friends! It is not any answer to my previous letter about problem
with nut 2.4.1 and ippon smart power 2000 UPS with megatec_usb driver.
Maybe any additional information needed? Please help, any required
info i get.
--
? ?????????,
vk mailto:vk at union-metall.ru
2009 Sep 08
1
No battery.charge
Hi all!
I have a nut 2.4.1 on FreeBSD 7.1 i386. UPS model is IPPON smart smart
power pro 2000. When i try to see battery charge, in output it have
not such variable, and i can't control other servers (Win2k3 + WinNUT)
because they not knows about current battery charge. How i can solve
that problem? Thanks!
upsc IPPON at localhost:54672
---------------------------
battery.voltage: 27.50
2003 Sep 19
4
newby problem - concatenate lists
Hi,
a very basic question:
What ist the easiest way in R to concatenate two lists of vectors?
E.g, I have
x<-list(c(1,2))
y<-list(c(3,4))
and I want to receive
list(c(1,2),c(3,4))
thank you!
Axel
________________________________________
Fraunhofer Institut fuer
Arbeitswirtschaft und Organisation (IAO)
Dipl. Inf. Axel Benz
Nobelstr. 12
D-70569 Stuttgart
Germany
Tel. +49(0)7119702289
Fax.
2017 Jun 12
1
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
Did the logs provide any hints as to what the issue may be?
Diego
On Sat, Jun 3, 2017 at 12:16 PM, Diego Remolina <dijuremo at gmail.com> wrote:
> Thanks for taking the time to look into this. Since we needed downtime
> due to the gluster update, we also updated the OS, including samba. We
> went from 4.2.x to 4.4.4 and many other packages for CentOS were
> updated as well. OS
2007 Jun 12
1
Post-hoc tests for interactions of between- and within-subject factors
Is there a standardized way in R to perform post-hoc comparisons for main
adn interaction effects of between- and within-subject factors?
For instance, I have a data set of performance of adults of different age
groups (20-30, 60-70,70-80) performing a WM task (n-back, with n=1,2,3,4) in
two different conditions (while sitting or walking). The corresponding ANOVA
produces the following output
2003 Sep 26
2
performance question
Hi,
I am about to write functions for multivariate kernel densitiy estimation
with mixed categorical and continuous date (accoring to Jeff Racine and Qi
Li), and the leave-one-out window esitmation needs a lot of computation.
I am now optimizing the code performance and therefore fhe following
questions:
As R uses call-by-value for functions, is it computational expensive to pass
large matrices
2009 Jul 19
1
Problem with nut 2.4.1 & Ippon 2000 Smart power on FreeBSD
Hi all!
Maybe possible adds something in megatec_usb driver for normal working
with ippon 2000?
This is output for drivers megatec_usb and blazer_usb:
===========================================================
gate# /usr/local/libexec/nut/megatec_usb -DDDD -a IPPON
Network UPS Tools - Megatec protocol driver 1.6 (2.4.1)
Serial-over-USB transport layer 0.10
debug level is '4'
Checking
2010 Apr 19
1
BRugs
Hi. I am new here, and I am writing this Winbugs code with BRugs.
n=length(bi.bmi)
Lagegp=13
Lgen=2
Lrace=5
Lstra=15
Lpsu=2
#model gen x race
bi.bmi.model=function(){
# likelihood
for (i in 1:n){
bi.bmi[i]~ dbern(p[i])
logit(p[i])<- a0 + a1[agegp[i]]+a2[gen[i]]+a3[race[i]]
+ a12[agegp[i], gen[i]]
+ gam[stra[i]]+ u[psu[i],stra[i]] }
# constraints for a1, a2, a3, a12
a1[1]<-0.0
2006 Jul 03
3
Centos 4.3: VPN recommend/ howto anyone?
Hi,
I'm just curious about setting up a new VPN here in the office part of our
enterprise, as well as a second in our 75+ node data center co-location
facility.
Needing to stomp out the ****dows L2TP node here, just too many
side-issues with config.
I'd like it to run the same OS as all of our servers, e.g. Centos 4.3.
Any recommedations on which software/server/client
2010 Jul 15
2
Redhat Exams.
I want to take the exams of redhat.. I?m starting now..
What advices
I can get from you list?
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 17
4
Merb, Mongrel+Erb
Hey there folks-
I''m happy to announce the first useable release of my new pocket-
framework Merb. Merb is a mongrel handler with built in controller
and view templating with erb. It has a nice routing system similar to
rails but much simpler. It uses some of the code from the camping
handler and the rails handler and then some of its own secret sauce
to form imho a nice fast