similar to: Complete documentation gram.y ??

Displaying 20 results from an estimated 3000 matches similar to: "Complete documentation gram.y ??"

2006 Sep 05
1
R object code
Hi!, I wonder to know if someone can explain me how I can access R object code. Briefly, what I need to do is: given a user defined function in R I want to access its object code with C because I need evaluate the function but using C. Thanks in advance for any help. Patricia. ___________________________________________________________ Do You Yahoo!? La mejor conexi?n a Internet y
2006 Sep 28
1
eval(SEXP fn,SEXP rho) in C++ code
Hi r-devel, I am working on a R extension. I am writing the function in C++, and in my function it is required a R function object from the user. This R function object will be evaluated thousand of times in my C++ code. I generated the shared library and I loaded it on R. I did several experiments in order to compare the speed of my compiled code vs the speed of the equivalent interpreted code.
2010 Jun 08
1
LumenVox *.gram reload
I just made a change to one of my *.gram files for my LumenVox IVR. I was just wondering if anyone knows the command in Asterisk to reload the .gram files. Thanks for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100608/22a0fc65/attachment.htm
2008 Nov 03
1
qr() and Gram-Schmidt
Hi, Why the qr() produces a negative Q compared with Gram-Schmidt? (note example below, except Q[2,3]) Here is an example, I calculate the Q by Gram-Schmidt process and compare the output with qr.Q() a <- c(1,0,1) b <- c(1,0,0) c <- c(2,1,0) x <- matrix(c(a,b,c),3,3) ########################## # Gram-Schmidt ########################## A <- matrix(a,3,1) q1 <-
2003 Sep 01
1
Gram-Schmidt orthonormal factorization
Hi: Does R have a function as gsorth is SAS, that perform a the Gram-Schmidt orthonormal factorization of the m ?n matrix A, where m is greater than or equal to n? That is, the GSORTH subroutine in SAS computes the column-orthonormal m ?n matrix P and the upper triangular n ?n matrix T such that A = P*T. or any other version of Gram-Schmidt orthonormal factorization? I search the help, but I
2006 Apr 18
2
typos in src/main/gram.y (PR#8780)
In src/main/gram.y, the documentation for R_ParseVector has a wrong signature: SEXP R_ParseVector(TextBuffer *text, int n, ParseStatus *status) should be SEXP R_ParseVector(SEXP text, int n, ParseStatus *status) In addition, the two occurrences of "IOBuffer" in the documentation should be replaced by "IoBuffer". version.string = Version 2.3.0 beta (2006-04-14 r37779)
2006 Feb 22
1
Gram-Charlier series
Good day everyone, I want to use the Gram-Charlier series expansion to model some data. To do that, I need functions to: 1) Calculate 'n' moments from given data 2) Transform 'n' moments to 'n' central moments, or 3) Transform 'n' moments to 'n' cumulants 4) Calculate a number of Hermite polynomials Are there R-functions to do any of the above?
2019 Feb 07
3
Paquete de R que use la sintaxis de SQL
Buenas a todos, Tengo que adaptar un proyecto que esta en lenguaje de SQL Server a RStudio. En el transcurso de este procedimiento tengo que realizar algunas consultas bastante complejas seleccionando campos de varias tablas y utilizar algunas clausulas como EXCEPT o UNION ALL. También debo actualizar varios campos de tablas usando la sentencia UPDATE y eliminar tablas bien con usando DROP TABLE o
2013 Sep 15
1
b
En la ayuda ?wilcox.test hay varios ejemplos. En tu caso, creo, lo siguiente deberia funcionar: wilcox.test(IMC - a_HTA, data = tusdatos, alternative = "two.sided") Saludos, Jorge.- 2013/9/16 Dr. José A. Betancourt B. <jbetancourt@iscmc.cmw.sld.cu> > > > deseamos r > > ealizar es una prueba no paramétrica para demostrar que el IMC > encontrado difiere
2013 Sep 15
4
b
Lo que deseamos realizar es una prueba no paramétrica para demostrar que el IMC encontrado difiere significtivamente entre aquellos que tienen a_HTA (entecedentas HTA) y los que no lo tienen ( en SPSS de forma fácil utilizo varios métodos ¿Cuál es la sintaxis para hacerlo posible en R? a_HTA IMC si 26 si 25 si 26 si 21 si 25 si 23 si 28 si 24 si 27 si 22
2010 Jul 07
4
can't open file
I have a text file log2.log encoded Ansi in Windows. When I execute: out <- read.zoo(readLines(con <- file("log2.log", encoding="UCS-2LE")),FUN = as.chron) have errors: Error en file(file, "rt") : no se puede abrir la conexi?n Adem?s: Mensajes de aviso perdidos 1: In file(file, "rt") : s?lo fue usado el primer elemento del argumento
2017 Feb 16
6
Ayuda con Date
Hola. Tengo una duda con esta sintaxis. Tengo una variable con formato Date que por algún motivo (el data.table viene de una consulta con PostgreSQL): datos <- prov[, pprid, pprfecbaja] str(datos) Cuando intento quitar las fechas de bajas inválidas (0001-01-01) y convertirlas a NA, la variable resultante "pierde" su condición de Date. Probé con distintas formas, siempre con el mismo
2019 Feb 16
4
Duda error sintaxis
Buenas tardes chicos, estoy intentando hacer un gráfico que resuma para cada dia de la semana la información de algunos distritos específicos de los que contiene mi variable, ejecuto esta sintaxis pero me da un error Error: Mapping should be created with `aes() or `aes_()`. Alguien me puede orientar sobre que estoy haciendo mal, llevo mucho rato atascada. Muchas gracias df_nuevofinal %>%
2009 Nov 28
4
summary( Jornadas de R )
Hola a todos, Como sabéis hemos celebrado estos d''ias las primeras jornadas de R. Han sido unos d''ias que creo que todos hemos disfrutado, y quer''ia compartir algunas experiencias con los que no pudisteis venir e intercambiar impresiones con los asistentes. Las jornadas de R han sido un espacio para muchas actividades. Hemos tenido charlas muy interesantes, sobre las
2010 Sep 13
3
Help MLG(M) con datos longitudinales
Estimados, Necesito estudiar los efectos de dos factores sobre una variable de conteo con un rango estrecho de variación (es decir, probablemente sin distribución Normal). El experimento tiene más de 10 (fechas de muestreo) observaciones repetidas en el tiempo. En primer lugar, considero que debería aplicar un modelo lineal generalizado (¿Mixto?) usando Poisson como distribución de referencia.
2005 Apr 18
2
nls error in formula
Hi, I'm a new R user, with a lot of questions. At the moment I'm stoped on an error traying to fit a model: > x <- sandeel ## numeric data (2500-60000) > y <- Noss ## numeric data (0-1.2) > A <- 0.8 > B <- 0.6 > C <- 1/40000 > nls( y ~ A-B*exp(-C*x)) Error in match.call(definition, call, expand.dots) : .Primitive... is not a function I'm
2020 Jul 12
2
No se inicia R-studio
Al instalar el R funciona, pero el r-Studio al abrirlo despu?s de la instalaci?n no se inicia y se queda cargando al final aparece que tardo mucho y no hay conexi?n. Gracias por la ayuda Saludos cordiales Ruth Madera Sandoval [[alternative HTML version deleted]]
2020 Oct 08
2
RStudio question
I'm solving the following problem: Create a variable (column) in the ?wf? dataframe named ?Zone? that takes value of ?tropic? if Latitude is less than or equal to 30, or ?non-tropic? for Latitude greater than 30. Show you Zone variable. Latitude is a column of my dataframe. I don't know the sintaxis and the process to create the column. [[alternative HTML version deleted]]
2013 Sep 15
2
b
En varias ocasiones hago una tabla y el tipo de análisis me dice que tiene que ser numérica la variable, entonces escribo As.numeric ( la variable) y no me funciona ¿Cuál es la sintaxis adecuada? Y dónde está esa ayuda en R? -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de
2024 Jan 07
2
conectar R con base de datos Access
Hola me interesar?a realizar esa conexi?n, para poder manipular las tablas Access desde R. Alguien sabe el procedimiento y que paquetes debo bajar y si hay alguna otra especificaci?n t?cnica respecto a la configuraci?n del Windows en 64 bits? Saludos Enviado desde Correo<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows [[alternative HTML version deleted]]