Displaying 20 results from an estimated 3000 matches similar to: "Subset data"
2009 Nov 17
13
ZFS storage server hardware
Hi,
I know (from the zfs-discuss archives and other places [1,2,3,4]) that a
lot of people are looking to use zfs as a storage server in the 10-100TB
range.
I''m in the same boat, but I''ve found that hardware choice is the biggest
issue. I''m struggling to find something which will work nicely under
solaris and which meets my expectations in terms of hardware.
2015 Apr 16
3
Cannot Install R to Trusty 14.04
Hello,
I've followed the instructions at several different how to sites:
http://cran.r-project.org/
http://r-interface.blogspot.com/2012/04/install-r-jgr-and-deducer-in-ubuntu.html
http://stackoverflow.com/questions/28273441/receiving-unmet-dependency-while-installing-r-base-on-ubuntu-14-10
I've installed R to various Ubuntu's before, including trusty, but recently
it has stopped
2011 Nov 02
1
Removing or ignoring package version for generic function in locked environment
Hi,
I use the epicalc package which provides the function aggregate.numeric.
Unfortunately aggregate.numeric produces warnings when aggregate is used by functions not under my control on a numeric value. If I don't load epicalc, aggregate.default is used instead by these functions and does not produce any warning.
However I need epicalc. So to get around this, what I would do is firstly
2014 Aug 21
2
pregunta
Buenas noches Javier y José,
Estoy en contra de usar attach(), asi que propongo la siguiente alternativa
con with():
# paquete
require(epicalc)
# los argumentos en ... pasan de epicalc:::cc
# ver ?cc para mas informacion
foo <- function(var1, var2, var3, ...){
or1 <- cc(var1, var2, ...)
or2 <- cc(var1, var3, ...)
list(or1 = or1, or2 = or2)
}
# datos
x <-
2014 Aug 21
2
pregunta
Estimados
Estoy entrenando hacer funciones que respondan a comandos,
en esta caso en la salida gráfica se observa que dice : Exposure=var3 y
outcome=var 1
quisiéramos que se reflejan los nombres de la base de datos : var1=estado,
var2=cake, var3=chocolate
Espero haberme explicado adecuadamente
Adjunto tabla con datos
####################################
#Comando que llama
2008 Jul 22
3
Error in installing packages
Dear R Users;
I am an R user who has recently bought a new laptop;Toshiba Satellite
U405 running on both Windows Vista and Ubuntu.
I have problems on the wondows vista when installing packages. The
argument 'lib' is missing. How do i solve this problem?
Illustration:
> install.packages("epicalc")
Warning in install.packages("epicalc") :
argument 'lib'
2009 Oct 10
1
installing any package fails using 'install.packages()' (PR#13993)
Dear all,
I installed my R-2.9.2 on my ubuntu version 9.04 successfully using the
command
sudo apt-get install r-base-dev
The problem is that I cannot install any package.
See my details below:
> install.packages("epicalc")
Warning in install.packages("epicalc") :
argument 'lib' is missing: using
'/home/lmramba/R/i486-pc-linux-gnu-library/2.9'
2008 Aug 06
3
Help in running Stata dataset in R
Dear All,
I installed R 2.7.0 and tried to call a dataset i had ealier own called
on R2.6.2 but i keep on getting an error:
use("maltreat.dta")
Error in fromchar(x) :
character string is not in a standard unambiguous format
Tried doing the same with R2.7.1 but i get the same error.
However if i call the same on R 2.6.2, there is no error:
use("maltreat.dta")
> des()
2008 Nov 14
1
Epicalc package
Dear R-friends,
?
I am using the epicalc package and the manual by V. Chongsuvivatwong "Analysis of epidemiological
data using R and Epicalc" to get the hang of some basic epidemiological analyses.???
?
After running all the analyses of chapter 7, one is supposed to wrap it up by saving the data writing: ?
?
> save(.data, file = "Chapter7.Rdata")
?
...?after writing the
2013 Apr 03
3
R en Medicina
Hola, saludos desde México. Me estoy iniciando en el uso de R, que me
parece un muy buen programa. Yo doy la clase de bioestadística en la
facultad de Medicina de Mérida, Yucatán en México. Me gustaría hacer
contacto con personas que estén usando R en el área biomédica,
especialmente en docencia, para compartir experiencias, dudas, ejemplos,
etc.
Saludos
José Arturo
[[alternative HTML version
2010 Jul 19
22
zfs send to remote any ideas for a faster way than ssh?
I''ve tried ssh blowfish and scp arcfour. both are CPU limited long before the 10g link is.
I''vw also tried mbuffer, but I get broken pipe errors part way through the transfer.
I''m open to ideas for faster ways to to either zfs send directly or through a compressed file of the zfs send output.
For the moment I;
zfs send > pigz
scp arcfour the file gz file to the
2008 May 05
1
proportional test on epicalc library vs. Jerrold H. Zar.
Hi everyone,
I'm working with the Epical library, specicatly using the power test in
proportions. I think this test is not working like in the book:
Biostatistical Analysis (4th Edition): Jerrold H. Zar
In the example 23.25. (I attach this Pic) It's not the same answer.
Using the follow command don't give the same answer.
library(epicalc)
power.for.2p(0.75, 0.50, 50, 45, alpha =
2006 Jun 01
4
FW: How to create a new package?
Hi,
I'm a group of functions and I would like to create a package for load in R.
I have created a directory named INE and a directory below that named R, for
the files of R functions. A have created the files DESCRIPTION and INDEX in
the INE directory. The installation from local zip files, in the R 2.3.0,
results but to load the package I get an error like:
'INE' is not a
2011 Dec 13
8
How to compute 95%CI for OR from logistic regression?
Hi all:
My data has 3 variables:
age(3levels : <30y=1 30-50y=2, >50y=3)
gender(Male=0, Female=1)
CD4 cell count(raw lab measurement)
y(1:death 0:alive)
I perform logistic regression to find out the factors that influence y.
result<-glm(y ~ factor(age) + factor(gender) + CD4,family = binomial)
>From the result,I can get OR(Odds Ratio) of gender via exp(Estimate of Female,
2013 Sep 27
3
duda
#Imagino que hay un camino más corto para resolver mi duda #Adjunto unos
datos en csv
library (epicalc)
#Gráficos exploratorios
#este comando no se ejecuta porque no ve las variables
summ(IMC, by=escolaridad ) ##?porqué no ve las variables?
#tuve que hacer esto que me parece que se podría hacer de manera más
sencilla
IMC <- (sanda[,c(1)])
escolaridad <-
2018 Nov 30
2
Ubdate Samba 4 from 4.1.11 to 4.9.3
Hi,
Currently, we have at my job a Samba 4 AD DC with 2 DC are running over
Samba 4.1.11 version. I know both servers are out date. I want to update
this version to the latest version (4.9.3), but I'm not confident about the
process to do it. I've read on wiki.samba.org that is recommended read all
release notes to version x.x.0 and all release notes the latest version you
pretend update
2013 Oct 04
2
pregunta
En el libro EPICALC (pagina 229-230) en el que está el siguiente script,
todo nos funciona bien, pero cuando vamos a life table, ya allí no avanza,
lo señalamos en el script, por favor quizá se nos haya ido algún detalle,
pero fuimos siguiéndolo por el libro paso a paso y no no hemos percatado
Todos los de el paquete survival de la ayuda del R funcionan perfectamente
2007 Feb 21
2
file path
Hello,
It is possible to return the path of the current working R-file (in
execution)?
Thanks,
Rita Sousa.
[[alternative HTML version deleted]]
2015 Apr 16
1
Cannot Install R to Trusty 14.04
Timothy,
The link from stackoverflow gave some bad advice, IMO. You should be
using the RRutter PPA, not RDev. RDev is the where I build
not-ready-for-prime-time versions of R, and sometimes they break other
things. RRutter is what is used to seed CRAN. Here is the link:
https://launchpad.net/~marutter/+archive/ubuntu/rrutter
I would remove the RDev PPA and install RRutter. The newest
2018 Nov 30
1
Ubdate Samba 4 from 4.1.11 to 4.9.3
Join new DC (from virtual machine)
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
(or 2. from 2 vm!) with bind/dhcp/..
Then demote old DC
https://wiki.samba.org/index.php/Demoting_a_Samba_AD_DC and install
(clean) 4.9.3, then join it again, demote vm,..
01.12.2018 0:40, Igor Sousa via samba пишет:
> I've tried use samba-tool domain backup, but the