similar to: A question about function "cor" in code C

Displaying 20 results from an estimated 400 matches similar to: "A question about function "cor" in code C"

2018 May 24
2
Tabla dinamica R
Hola! Solicito ayuda con un data frame relativamente grande ¿? del cual necesito generar una tabla dinámica a la manera excel. Si me pueden referenciar algún comando, paquete, pagina web y/o cualquier ayuda que me puedan dar será muy bienvenida. Lo que tengo que hacer es pasar de algo así: NombreMunicipio NombreProvincia Categoria idMedicamento CodMedicamento CodMedicamentoOL UnidadesEnvSec
2013 Jan 02
2
Read many cvs files
Hello R helpers, I would like to automate this code for many files of the same type. But I don´t know how to make it. In particular, i don´t know how to read many files each one as an r object with the name of the file. Then a for loop would be sufficient, right? Many thanks and a happy new year. Dominic datos <- read.table('global2001.csv',head=T,sep=';',stringsAsFactors=F)
2009 Jan 13
3
problem whit Geneland
I do the these passages: library(Geneland) set.seed(1) data <- simdata(nindiv=200, coord.lim=c(0,1,0,1) , number.nuclei=5 , allele.numbers=rep(10,20), IBD=FALSE, npop=2, give.tess.grid=FALSE) geno <- data$genotypes coord <- t(data$coord.indiv) path.mcmc <-
2005 Oct 26
3
A little WINE Q?
Hi! >So sorry, but my english is true bad!!! >I write you from Cordoba-Argentina (very south) and y tell you that I job >in >the Education Ministery of Cordoba-Argentina-SYSTEMS Area. >We have implemented the LTSP in a few a schools with a relative success. >OK >But now I want run educational Win32 apps. in linux.. wine is perfect... >but... > >In my computer (Fedora
2011 Dec 13
2
Inverse matrix using eigendecomposition
General goal: Write R code to find the inverse matrix of an nxn positive definite symmetric matrix. Use solve() to verify your code works. Started with a 3x3 matrix example to build the code, but something dosen't seem to be working. I just don't know where I am going wrong. ##Example matrix I found online A<-c(4,1,-1,1,2,1,-1,1,2) m<-matrix(A,nrow=3,ncol=3) ##Caculate the eigen
2004 Jul 19
2
8 bit characters and smbmount
Does somebody know how to handle 8bit characters ..? I have problems with 8bit characters (ntilde, Otilde, etc) I'm trying to copy from a spanish XP box to my linux (using smbmount) and the system shows "Oacute" just as "O" and when copying I get "No such file or directory" error. I've tried dos charset, unix charset, display
2019 Dec 01
0
20 second delay using pre-roll <intro>
Hello I have a problem when I use the intro to send a pre-roll, the main stream generates a 20 second delay, when the main stream is played it has no delay. Is there any parameter I can use to eliminate the delay? with pre-rolli: https://radiomarca-rrcast.flumotion.com/radiomarca/live.mp3 without pre-rolli: https://radiomarca-rrcast.flumotion.com/radiomarca/live-np.mp3 my conf: icecast>
2007 Oct 30
1
Samba+ldap in FreeBSD
Hello friends I am trying to configure Samba + ldap for my domain, the server is FreeBSD ... When I try to run the following command smbldap-populate It gives me the following error: adding new entry: cn=Backup Operators,ou=Group,dc=vn,dc=pri,dc=jovenclub,dc=cu failed to add entry: Can't contact LDAP server at /usr/local/sbin/smbldap-populate line 471, <GEN1> line 20. adding new
2019 Dec 04
2
Delay on preroll
Hello I have a problem when I use the intro to send a pre-roll, the main stream generates a 20 second delay, when the main stream is played it has no delay. Is there any parameter I can use to eliminate the delay? with pre-rolli: https://radiomarca-rrcast.flumotion.com/radiomarca/live.mp3 without pre-rolli: https://radiomarca-rrcast.flumotion.com/radiomarca/live-np.mp3 my conf: icecast>
2010 Feb 10
6
IP Phone recommendation
Hi all, I have to install 25 IP Phone in some building. I want just basic IP Phones like: Cisco-Linksys SPA922 u$s 146 Grandstream GXP-2000 u$s 105 Snom 300 u$s 119 The most valuables parameters for me are (in importance order from high to low): - Stability (device don't hang in any way) - Voice quality using G729 - Provisioning So what device do
2006 Feb 01
1
problem with cbind
Hello, I think this is Sill question but it's happens...... am$e_isell <- factor( with( am, ifelse( e_iacc == 1 & C5 == 1, 1, 0))) summary (am$e_isell) 0 1 3966 296 (Ok) am$e_isell [4256] [1] 1 Levels: 0 1 (OK) cbind( am$e_isell[4256], am$C6[4256]) [,1] [,2] [1,] "2" "1" (??) cbind( am$e_isell[4256]) [,1]
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all, I initiate in R - Linux and I've some problems to find an editor with R interface as like RWinEdt for WinEdt. Anyone know one? Thanks in advance for your kind cooperation. Best regards Atenciosamente Ana Patricia Martins ------------------------------------------- Serviço Métodos Estatísticos Departamento de Metodologia Estatística Telef: 218 426 100 - Ext: 3210
2006 Oct 11
6
Asterisk + E1 with MFC/R2 in Argentina?
Hello, Has somebody installed this configuration: Asterisk + E1 with MFC/R2 (Telef?nica Argentina) in Argentina before? I need to know if it?s possible with MFC/R2 argentine variation. Thanks in advance. R.R. Libera
2006 Aug 18
1
Boxplot Help
Hello R-users and developers, Once again, I'm asking for your help. I can identify outliers in boxplot with this instruction result <- boxplot( Income ~ Sex, col = "lightgray", data=dados) if (length(result$out)) text(result$group, result$out, result$out, pos = 4, col = "red") But I can not identify the outlier's id (variable names) in the boxplot.
2018 Oct 22
2
Chapuza total?? Crear web con R
Buenas Victor, Gracias por el mail. Suele pasar lod e descubrir el paquete una vez que has terminado el curro.. jejejeje Las webs estan bien, pero estaba pensando mase n webs de formularios.. No obstante, lo tomo en cuenta. Muchas gracias Jes?s ________________________________ De: V?ctor Granda Garc?a <victorgrandagarcia en gmail.com> Enviado: lunes, 22 de octubre de 2018 22:17 Para:
2018 Aug 30
2
R_tempDir
Estimados Tengo un error en windows 10, el mensaje dice : Error fatal: cannot create R_tempDir No tengo ni idea que pasó, esta semana no utilicé a R, hace dos semanas seguro que sí, en el medio aparece el error, desinstalé y reinstalé rstudio, de la misma forma R-Open de Microsoft 3.5.1, eliminé R client y visual studio fue actualizado ayer. Intenté iniciar RServer desde visual studio y no
2013 Jul 13
0
★ Libvirt Users, Rene Bon Ciric te ha dejado un mensaje
Rene Bon Ciric te ha dejado un mensaje Este mensaje es personal. Sólo tú y su remitente tenéis acceso a él y te recordamos que lo puedes eliminar en cualquier momento. Si quieres responder puedes hacerlo desde el chat. Para leer tu mensaje, haz clic en el siguiente enlace: http://us1.badoo.com/renich/in/l-47pIIAagA/?lang_id=7&g=57&m=21&mid=51e14031000000000007000001f1ad310252eb3f00e9
2007 Jun 25
2
simultaneous actions of grep ???
Hello R-users and developers, Once again, I'm asking for your help. There is other way to do the same more easily for applied simultaneous grep??? c<-subset(c,!rownames(c) %in% grep(".1",rownames(c),value=T)) c<-subset(c,!rownames(c) %in% grep(".5",rownames(c),value=T)) c<-subset(c,!rownames(c) %in% grep(".6",rownames(c),value=T))
2007 Jun 19
1
: create a PDF file (text (print list) and grafics)
Dear helpers, I need help to create a PDF file like the example ----------------------------------- | Title | ----------------------------------- | | | Text (print a list) | | | ----------------------------------- | | | | | | | image | image | | | | | | | -----------------------------------
2011 Oct 07
1
"r squared" and anova for linear mixed-effects model
I have a linear mixed-effects model (from the package nlme) with a random effect; Is there something like an "r squared" for the whole model which I can state? I´d like to kown: How would I do anova for a linear mixed-effects model? Lic. Florencia BonattoUniversidad Nacional de Rio Cuarto, Cordoba. [[alternative HTML version deleted]]