search for: edification

Displaying 20 results from an estimated 89 matches for "edification".

2005 Nov 21
10
Anybody using SCGI in production?
Or does anybody prefer fastcgi/fcgi? I''m using webrick for development, but plan on using scgi when I switch to production (because it appears to be an update to fastcgi, and I couldn''t get fastcgi working anyhow). thanks csn __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com
2014 Mar 11
2
scatterplot3d blanco y negro
Hola, tengo unos datos clasificados en tres grupos y quiero representarlos en un cubo de forma que cada grupo tenga un color/ símbolo distinto. He conseguido hacerlo por colores (código) y me gustaría hacerlo variando el 'pch'. He intentado hacerlo del mismo modo pero no funciona. ¿Se puede hacer?¿Puede ayudarme alguien? Muchísimas gracias. Elvira. library(scatterplot3d) # dummy data
2012 Jun 01
2
Potencia para un U test
Hola. Algún paquete que calcule la potencia de un U-test? -- Antonio Maurandi [[alternative HTML version deleted]]
2005 Jan 11
4
Matrix to "indexed" vector
...trix is simply real-valued and is square (and large (8k x 8k)). I want something that looks like (for the 3x3 case): i j value 1 1 1.0 1 2 0.783432 1 3 -0.123482 2 1 0.783432 2 2 1.0 2 3 0.928374 and so on.... I can do this with for loops, but there is likely to be a better way and for my own edification, I would like to see what others would do. I am sinking the results to a file for loading into SQL database. Thanks, Sean
2016 Oct 29
2
-e escape rule
...to rsync, not trying to guess what rsync is going to do with it after it gets it. I'm not proposing some additional characters to split on, but quite the opposite, to handle the backslash escaped spaces correctly and NOT split. Rest assured, there is no bug with the original escaping. For your edification: $ echo \I\'\m\ \a\ \s\t\r\i\n\g I'm a string
2010 Sep 22
2
Modelo de Brunner-Langer para medidas repetidas..?
Alguien conoce este un test no paramétrico que se llama de Brunner-Langer model para dependent data, también conocido como modelo longitudinal? Intuyo que es como un Friedman pero que admite algún efecto fijo. Graccie mile. -- Antonio Maurandi López Universidad de Murcia Edif. CAID. Campus de Espinardo. 30100 Murcia @. amaurandi en um.es T. 868 88 7315 F. 868 88 7302 www.um.es/sai
2012 Jul 12
5
Taller: Iniciación a los gráficos estadísticos con R
Se podrá seguir el taller en la red a través de videoconferencia. Objetivos del Taller: La elaboración de gráficos de calidad y, en su caso, destinados a la publicación requiere una reflexión sobre los métodos, tipos y soluciones que pueden emplearse desde R. En este taller discutiremos los aspectos relacionados con los procedimientos para realizar gráficos de
2008 Jan 03
2
retaining formatting when converting a vector to a matrix/data.frame?
...functions to convert "mydata" to a dataframe ("mydf") of 2 columns and 5 rows. What is a "good" way to ensure that the format is retained when I create the data.frame? Currently, data in the "POSIXct" format is converted to numeric. Also, for my edification, is there a "good" way to convert numeric values such as these back to the original "POSIXct" format/values? Much thanks! #here I lose the "POSIXct" formatting mydata <- rep(Sys.time(), 10) str(mydata) mydf <- data.frame(matrix(data=mydata, n...
2014 Mar 18
2
Taller "Shiny. Entornos web con R" (presencial y streaming)
Desde la Sección de Apoyo Estadístico del Servicio de Apoyo a la investigación (SAI) de la Universidad de Murcia, te invitamos al Taller que impartiremos el próximo _26 de Marzo de 16h a 20h_, titulado : /"Shiny. Entornos web con R"/ * Lugar:* Aula *Bisbita* en la *Fac de Biología*, a las 16:30h _Se podrá seguir en directo vía streaming_ Reserva tu puesto desde caldum
2013 Oct 21
2
Error de markdownToHTML al parsear LATEX
Hola. Intento crear un archivo .html a partir de un .Rmd que tenga Toc, LaTeX y tablas. Empleo RStudio (v. 0.97.551), pero aparece un error en la función "markdownToHTML" Pasos: 1) creo un fichero Rmd (adjunto ejemplo) => con knitr (v. 1.0.5) crea un fichero ".md" 2) Si quiero añadirle el TOC (table of contents) necesito emplear la función "markdownToHTML" del
2011 Jul 19
1
[LLVMdev] StructType::setName(...)
...realized StructType instance (setBody(...) has been called). My curiosity is enhanced by the fact that reseting a name of a StructType instance may result in a symbol table collision which would result in the renamed name not matching the parameter name to setName(...). This question is for my own edification. It is not rhetorical. Thanks in advance Garrison
2011 Aug 28
1
New Article: Centos 6 Postfix with GMail
...centos pages, but I think having an article that goes through - soup to nuts style - how to install Postfix + Inbound TLS + SASL Authentication + Outbound GMAIL (+ Anti-spam/Anti-virus when I get to it) as a series of steps would be a good thing. I can write a draft (in fact I am anyway for my own edification) if you wish to see that before commiting to a page. -- Adrian Hall (Personal Account) photoadrian at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20110827/5edc59f7/attachment-0006.html>
2010 Aug 06
2
stats::reshape question
Hello, A quick question for my edification. When I run the following (R 2.8.1 on Microsoft Windows): > d = data.frame(x1=c(1,2),x2=c(3,4),y1=c(5,6),y2=c(7,8)) > reshape(d,varying=c("y1","x1","y2","x2"),v.names=c("y","x"),dir="long") I found myself surprised by th...
2008 Dec 09
1
Bootstrap a GLM model with Poisson family
Hello! Anyone can help me to know how to do a bootstrap evaluation analysis to a GLM with family=Poisson? I have some R codes but they were coded only for family=binomial... thanks a lot Joana Vicente .?. CIBIO - Centro de Investiga??o em Biodiversidade e Recursos Gen?ticos. Faculdade de Ci?ncias do Porto Departamento de Bot?nica -Edif?cio FC4 Rua Do Campo Alegre, S/N 4169-007 Porto - Portugal
2009 Sep 15
1
FYI: Why is NFS slower on EL5 than EL4?
For those who have wondered why NFS on EL5 is slower than on EL4 I provide these links for your edification. http://kbase.redhat.com/faq/docs/DOC-15355 http://bugzilla.redhat.com/show_bug.cgi?id=448130 Problem is kernel threads cannot create or assign an io context as there is no api in the kernel available to do so, so each is given a different context and there is an 8ms latency between switching co...
2017 Jan 23
5
Upcoming removal of std::auto_ptr (in C++1z)
The upcoming C++1z (probably C++17) standard will not contain several things - most notably auto_ptr. Soon, libc++ will not be providing auto_ptr by default when building in C++1z mode. You'll be able to get it back with a "-D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR" on your command line, or "#define _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR" before including any libc++ header
2008 Sep 16
1
Blank certain areas of a contour plot
Hi, I'm interpolating a list of syncronous accumulated precipitation observations collected over a number of raingauge stations sited over land, over a regular lat/lon grid using akima's interp(). Then, I plot and locate geographycally the resulting field with a filled.contour() and a call to map(). Everything is fine but I need to "blank" (in Golden Surfer nomenclature)
2013 Nov 18
1
Ajuste curva
Hola, quiero ajustar una curva sinoidal de la forma "f(x)=k/( 1+(c/log(x))^n)" mediante la función 'nls' pero me da error el siguiente código: >datos<-read.table(file="datos.csv", header=TRUE,sep=";",dec=",") >library(nls) >fit <- nls(y ~ k/(1+(c/log(x))^n), datos, start = list (k=100 , c =5*10^(-6), n=1)) Error en
2012 Oct 04
7
Instalar dos versiones de R en linux
Hola a todos. Un problema dos pasos. Quiero desde RStudio trabajar con dos versiones de R (pongamos R2.13 y R2.15) desde Linux, Ubuntu 10.04 (lucid). Ya tengo instalada la R.2.15.1. Por defecto trabajo con ella. Pasos que creo he de dar: 1º. Instalar dos versiones de R en la misma maquina. ¿Como se hace?. Me estoy metiendo con el PATH y tal... hay algún protocolo clarito por ahí? 2º.
2014 Apr 30
2
Anova 2 vías NO PARAMÉTRICO
Hola, tenemos como equivalencia no paramétrica al Anova de 1 vía el test Kruskal Wallis, pero ¿existe un test no paramétrico equivalente al Anova de 2 vías? Gracias. Saludos. -- Sec. Apoyo Estadístico. Servicio de Apoyo a la Investigación (SAI) Vicerrectorado de Investigación e Internacionalización. Universidad de Murcia Edif. SACE. Campus de Espinardo. 30100 Murcia @. mariaelvira.ferre en