Displaying 20 results from an estimated 400 matches similar to: "lectura de archivos en formato SAS"
2007 Oct 09
2
read sas data into R
Hi
I am having trouble using read.ssd. Can someone help?
The code that I have written is
*sashome<-"C:/Mary/Datasets"*
*read.ssd(read.ssd(file.path(sashome, "core", "sashelp"), "surv_1v",*
*sascmd = file.path(sashome, "sas.exe"))*
Here the path that I have given is correct, where the dataset
surv_1v.sas7bdat is kept. The message that R gives
2009 Oct 20
2
Problems importing Unix SAS .ssd04 file to R (Win)
Hello,
I'm trying to import a SAS file made using SAS on Unix. Currently I'm
using SAS on Windows and I'm trying to import that .ssd04 file to R.
The file name of the file is testfile.ssd04 and it is located in
'M:\sasuser'. I'm using Windows XP and R 2.91. Basically what I'm
doing is
############ r code ##############
> library(foreign)
> sashome <-
2005 Sep 26
1
reading SAS data files
I am attempting to read in a SAS 9.1 data file. After starting R I
change to the directory containing the sas data file and use the "dir"
command to confirm that it is there. Then I run the following R-code:
library(foreign)
sashome <- "/Program Files/SAS/SAS 9.1"
test<-read.ssd(file.path(sashome), "pcb",
sascmd = file.path(sashome,
2008 Mar 14
2
SAS data
Hello,
I am trying to read the SAS file MyData.sa7bdat in R! This file is saved under D:\data! I therefore wrote
> path <-"D:/SasData"
> sashome <- "C/Progra, Files/SAS Institute/9_1/SAS"
> sascmd <- file.path(sashome, "sas.exe")
> MyData <- read.ssd(path, "MyData", sascmd=sascmd)
The results what I get:
2008 Dec 03
2
reading version 9 SAS datasets in R
Hi,
I am trying to read a SAS version 9.1.3 SAS dataset into R (to preserve
the SAS labels), but am unable to do so (I have read in a CSV version).
I first created a transport file using the SAS code:
libname ces2 'D:\CES Analysis\Data';
filename transp 'D:\CES Analysis\Data\fadata.xpt';
/* create a transport file - R cannot read file created by proc cport */
proc
2005 Oct 25
1
file size limit for importing SAS file
Does anyone know if there is a file size limit for inputting a SAS data
set? The file size I am trying to import is 184 MB.
The code is:
>library("foreign")
>
> sashome<-"C:/Program Files/SAS Institute/SAS/V8"
> input.data<-read.ssd( file.path("G:/DATA/Cam/ECPATH/FIM"),"tbm_c",
+ sascmd=file.path(sashome,"sas.exe")
2010 Feb 17
2
How to provide a result from D(f(x), "x") to a curve(f'(x)) ???
Hi all,
I want to provide the result from D() to curve(), because I want to plot the k-th derivative of some functions. Actually, I copy from console the result given by D() and paste inside curve(). With a lot of functions and high degree differentiation this process is tedious. Can I provide directly??
# what I actually have done (very simple function)
D(expression(x^3), "x") # copy
2010 Oct 19
1
How to read only ten rows from a SAS dataset (read.ssd)?
I'm trying to read SAS datasets on Windows:
sashome <- "C:/Program Files/SAS/SAS 9.1"
fold <- "C:/temp"
g <- read.ssd(fold, "sasfile", sascmd = file.path(sashome, "sas.exe"))
How to get only e.g first ten rows into R?
-J
2011 Jan 05
1
Reading large SAS dataset in R
Hi all,
I have a large (approx. 1 GB) SAS dataset (test.sas7bdat) located in the
server (“R:/” directory). I have SAS 9.1 installed in my PC and I can read
the SAS dataset in SAS, under a windows environment, after assigning libname
in "R:\" directory.
Now I am trying to read the SAS dataset in R (R 2.12.0) using the read.ssd
function of the “foreign” package, but I get an error
2017 Jan 16
2
Leer archivos en formato JSON
Hola, disculpen la pregunta si parece trivial, pero hay algún paquete
o forma de leer archivos en formato "json"(1)?
(1) JSON, acrónimo de JavaScript Object Notation, es un formato de
texto ligero para el intercambio de datos. JSON es un subconjunto de
la notación literal de objetos de JavaScript aunque hoy, debido a su
amplia adopción como alternativa a XML, se considera un formato de
2013 Jan 02
3
suggestions about import SAS results to R.
Hello all,
I have got some data in SAS, and I export it to one excel workbook with multiple sheets, for example, each sheet has the sales information for each state. Then I need to use R to do plotting, analysis on those sales data, where I need to load the data from excel to R.
When I read the article at this link:
http://yihui.name/en/2009/09/how-to-import-ms-excel-data-into-r/
I am
2011 Nov 28
5
De SAS a R y de C a R
Hola.
Tengo un par de preguntas para los que sabéis de estos temas.
Existe alguna facilidad para pasar de código SAS a R, aparte de la obvia
de entender el código y reescribirlo en R?
Con respecto a C lo mismo, ya sé que se pueden utilizar funciones de C
dentro de R y tal, según vi en las jornadas, pero me refiero a algo así
como un "googletranslate" entre lenguajes.
La verdad es
2014 May 27
3
Archivo extenso
Estimados:
Estoy tratando de importar datos de un archivo de 3.156.367 registros
exactamente, por unas 40 variables.
La idea es empezar a implementar Data Mining con rattle, el tema es que
queda freezado el rstudio al intentar leerlo.
Esta instalado en:
CPU: AMD x3
RAM: 4 GB
HD: 250
SO: Ubuntu Raring
Swap: 4 GB
Por lo que leí existe un paquete RevoScaleR pero es propietario y no tengo
idea (no
2014 Sep 10
3
Manejo de imágenes con R
Hola, buen día.
Una consulta, no sé conozco en extenso todas las bondades de R, pero quería
saber exactamente si hay algún paquete que permita realizar análisis
ecológicos específicamente para comunidades marinas. Existen muchos
índices, indicadores, estimadores en general en muchos programas que están
a nivel de usuario, pero quería saber si todos estos pueden estar ya
disponibles en R.
2018 Sep 04
3
Lectura Archivo JSON
Hola comunidad eRrera,
Acudo a ustedes después de pelearme un rato y salir perdedor con la lectura
de un archivo json. Por el momento he conseguido leerlo y transformar la
parte que me interesa a data frame, sin embargo no consigo poder manipular
los datos para calcular por ejemplo la media de una de las variables.
El código que estoy ejecutando es:
library(jsonlite)
json_data <-
2010 Dec 15
4
Generacion de binomiales correlacionadas
Buenas tardes,
Estoy interesado en generar observaciones de una distribucion binomial
bivariada en la que hay _cierto_ grado de correlacion (denotemoslo rho).
Podria por favor alguien indicarme como hacerlo en R?
Este es el contexto. Supongamos que se tienen dos experimentos en los que la
variable respuesta _sigue_ una distribucion binomial, i.e., X_i
~Binomial(n_i, p_i), i=1,2 y que, por ahora,
2002 Aug 08
1
Samba PDC and Powerusers
Hey all,
I?m sorry if this has been discussed in extenso before...but I couldn?t
find much about that topic.
What are the possibilities or workarounds to get something like the
"powerusers" group working when using a Samba PDC?
Some software seems to depend on that....
Bye,
Goetz
2009 May 04
3
GEV para datos no estacionarios
Hola a todos,
Soy nuevo en R y estoy intentando modelizar una serie de datos no
estacionarios usand la distribucion Generalizada de Valores Extremos GEV.
¿Podriais indicarme como se modeliza una tendencia polinómica (cuadrática,
por ejemplo) en alguno de los 3 parámetros (situación, escala o forma)? He
encontrado documentación a cerca de modelización linear o exponencial, pero
no acabo de
2012 May 28
2
Lectura de registros desde Rails
Al inicializar Rails en una aplicacion este recorre, cada registro dentro
de la base de datos?, si es asi como evitarlo?
When rails startup does it loop through all DB registers? If it does, how
can we possibly avoid it?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit
2017 Jun 27
2
Problema en lectura de datos. Memoria insuficiente
Si de hecho he utilizado el read_spss por el tema de las labels. Pero
obtengo el mismo mensaje de problema de memoria.
Antonio
2017-06-27 10:30 GMT-05:00 Freddy Omar López Quintero <
freddy.lopez.quintero en gmail.com>:
>
> 2017-06-27 11:10 GMT-04:00 Antonio Rodriguez Andres <
> antoniorodriguezandres70 en gmail.com>:
>
>> El
>> survey solo tiene los datos en