similar to: Instalar paquetes antiguos en Windows 10

Displaying 20 results from an estimated 400 matches similar to: "Instalar paquetes antiguos en Windows 10"

2014 Jan 02
2
Ayuda con red neuronal y creación de curvas ROC
Hola a todos, y gracias por leer mi mensaje: Llevo utilizando unos meses R, vengo de SPSS, y estoy muy sorprendido con su capacidad. Mi problema, es que estoy intentando hacer una comparación entre tres sistemas de predicción: una regresión logística, un árbol de clasificación y una red neuronal. De momento, he podido hacer las comparaciones con los dos primeros sistemas, pero mi problema es la
2012 Dec 20
3
Optmatch Package Question
Hello , My optmatch package is loaded on R and otherwise running fine. I get an error after lcds successfully completes a logistic regression and I then try to obtain a propensity score: pdist <- pscore.dist(lcds) Error: could not find function "pscore.dist" Does anyone know if pscore.dist is part of the optmatch package, or is it contained in another package that I need to
2007 Jul 03
1
MatchIt package on Ubuntu 7.04 (Feisty Fawn)
UseRs, I tried to install the MatchIt package on Ubuntu 7.04. When loading required dependencies I got the following error message: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/site-library/optmatch/libs/optmatch.so': /usr/local/lib/R/site-library/optmatch/libs/optmatch.so: cannot map zero-fill pages: Cannot
2012 Dec 18
1
pscore.dist problem when running optmatch
Hello My optmatch package is loaded and otherwise running fine. I get an error after lcds successfully completes logistic regression and I'm trying to obtain a propensity score: > pdist <- pscore.dist(lcds) Error: could not find function "pscore.dist" I searched the help files, other online sources, could find no answer for this. Any advice would be greatly appreciated!
2016 Oct 26
2
borrar texto en una gráfica
Hola a todos, Os envío una consulta que considero sencilla pero me está resultando imposible de resolver. Si ejecutáis el siguiente código, obtendréis la gráfica que os adjunto: library(ltm) modelo <- rasch(LSAT) plot(modelo, main="Curva probabilidad pregunta 1",legend = TRUE, cx = "bottomright", items=1,xlab="Conocimiento",ylab="Probabilidad") Resulta
2020 Apr 14
2
¿puede alguien leerme esto?
Perdonad, os mandé lo que yo estaba haciendo. Es esto: X = iris[-1:-50,!names(iris) %in% "Species"] Y = iris[-1:-50,"Species"] [[alternative HTML version deleted]]
2014 Aug 13
2
how virt-manager gets CPU usage of Guest
Hi, Does anybody know how virt-manager is getting the CPU usage of the guests? I need to know how to get the CPU usage of the guests and this is the only way I can think of. In other words, how does virt-manager produce the graph of the CPU usage of EACH guest in KVM? I don't actually need the graph, I just need to get the percentage(%) since I'm trying to create a Java program to get
2014 Jul 06
2
getting CPU usage through virsh command or libvirt API
Hi,        Is it possible to get the CPU usage of a guest through a virsh command? I have tried almost all the commands (vcpuinfo, cpu-stats, etc.) that gets the details of a guest cpu, but it only returns the cpu time. Is there any command that returns the cpu usage (just like the graph that virt-manager displays) of a guest? Or do I have to create a program using libvirt API? Thanks in
2020 May 03
2
Fwd: Re: Fwd: Re: Instalar paquetes no disponibles para la versión actual
Hola a todos: Las versiones oficiales de R no son versiones beta, sino versiones "definitivas" convenientemente testadas. Los paquetes disponibles en el servidor de CRAN están testados contra la versión actual de R. Mantenerse en una versión anticuada normalmente conduce a la pérdida de funcionalidad, errores de dependencias entre versiones de paquetes nuevos etc. En R, actualizar
2016 Jul 21
3
Error con la R Commander
Hola, hace unos días actualicé los paquetes que tenía instalados en R y se me actualizó R Commander. Ahora, cuando intento, abrir el paquete me da el siguiente error: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ?pbkrtest? 0.4-2 is being loaded, but >= 0.4.4 is required La versión que tengo instalada de R es la 3.2.1 para Mac. He
2015 Jun 30
3
Loop for: mostrar el nombre de la variables
Buenos días: Después de más de 20 años en SAS, ahora igual me toca trabajar en R. Y la transición es muy dura: la "lógica" de los dos lenguajes es, para mi, totalmente diferente. Disculpen si lo que pregunto es una obviedad, pero llevo todo el día con esto y no logro encontrar la respuesta adecuada con google. Estoy intentado crear una función que realice una descriptiva simple de
2009 Dec 02
4
Finding cases in one subset that are closet to another subset
Good afternoon Running R2.10.0 on Windows I have a data frame that includes (among much else) a factor (In_2006) and a continuous variable (math_3_4). I would like to find the 2 cases for In_2006 = 0 that are closest to each case where In_2006 = 1. My data looks like In_2006 math_3_4 0 55.1 1 51.6 1 18.1 1 26.6 1 14.1
2020 Apr 30
5
Instalar paquetes no disponibles para la versión actual
Buenas tardes. Tenía la versión 3.6.0 de R. Quería instalar el paquete edarf, pero decía que no estaba disponible para esa versión. Actualicé R a la versión 4.0.0, que creo que es la última, pero al tratar de reinstalar forestFloor, me dice que no está disponible para la versión 4.0.0. He abierto R 3.6.0 directamente, cliqueo install.packages("forestfloor") y ahora me dice que no está
2020 May 01
2
Fwd: Re: Fwd: Re: Instalar paquetes no disponibles para la versión actual
La versión 3.5 es algo antigua (1 año). Yo instalaría la 4.0-0, y la última versión de RStudio y probaría. Yo no uso RStudio, así que no te lo puedo garantizar, pero acabo de instalarlo exitosamente en MSWindows, "a pelo" usando R.4 y Rtools40. Prueba y cuéntanos. Un saludo, Marcelino -------- Mensaje reenviado -------- Asunto: Re: [R-es] Fwd: Re: Instalar paquetes no
2020 May 01
4
Instalar paquetes no disponibles para la versión actual
He encontrado esto: Package ?forestFloor? was removed from the CRAN repository. Formerly available versions can be obtained from the archive <https://cran.r-project.org/src/contrib/Archive/forestFloor>. Archived on 2020-02-19 as check problems were not corrected despite reminders. Please use the canonical form https://CRAN.R-project.org/package=forestFloor
2007 May 30
0
Antiguo Mueble Con Tocadiscos Y Radio!
MITTWOCH 30. MAI STARTET DIE HAUSSE! Firma: TALKTECH TELEMEDIA (OYQ.F) Kurzel: WKN: 278-104 (OYQ.F) ISIN: US8742781045 Preis: 0.81 (+50% in 1 tag) 3T Prognose: 3 Overall I believe this to be a good work and worth the money if you wish to be introduced to Windows Workflow Foundation. Singer A Pedal - Impecable ! Lote De Dos Frascos Antiguos De Vidrio. This is not your average computer text which
2013 Apr 01
5
Próxima reunión del "Grupo de Usuarios de R de Madrid" - Jueves 4-Abril....
Buenas a todo, Una breve nota para comentaros que este jueves (4-Abril) mantendremos la siguiente reunión del "Grupo de Usuarios de R de Madrid". La agenda prevista es la siguiente: (Prevista) Jueves 4 de Abril de 2013 - *Lugar:* Facultad de Ciencias - UNED. C/ Senda del Rey, 9.<http://portal.uned.es/portal/page?_pageid=93,688166&_dad=portal&_schema=PORTAL> -
2009 Sep 23
3
Ford Fulkerson
Hi, Is there any R implementation of the well-known algorithm from the Operations Research literature, the Ford-Fulkerson algorithm of maximum flow in networks with capacities. Thanks. [[alternative HTML version deleted]]
2014 Jun 30
1
getting CPU usage of KVM
Greetings sir,                   I am currently taking up Computer Science in my school. I just want to ask how do you get the CPU usage and Memory usage of the VMs (I'm referring sir to the graphs that the Virtual Machine Manager is displaying)? I need to get the numbers (the numbers are enough, I don't need the graph) of these informations because I will be needing it for my
2014 Jul 03
1
getting CPU usage of VMs through libvirt
Greetings everyone,        I just want to ask if it is possible to get the CPU usage of the VMs in KVM through libvirt? I mean, how does the virt-manager produce the graph it displays? Is there a way get this graph? But instead of the graph itself, I just need to get it in percentage(%) form. I'd like to know how. Thank you and your help will be greatly appreciated. regards, Marco