similar to: lm no calcula un coeficiente

Displaying 20 results from an estimated 200 matches similar to: "lm no calcula un coeficiente"

2003 Jul 21
1
problem in pot with subset selection
Hi, I try to make a selective plot, but it make an error. The subset only work with length < 4, it is correct? > plot((ocorrencia/isca)~frag,subset=especieama==c("grupo1","grupo2","grupo3","AnoplotermesSp1","NeocapritermesOpacus"),pch=c(1,2,3,4,5),xlab="?rea (ha)",ylab="Propor??o de iscas ocupadas por t?rmitas")
2006 Nov 17
2
effects in ANCOVA
Dear R users, I am trying to fit the following ANCOVA model in R2.4.0 Y_ij=mu+alpha_i+beta*(X_ij-X..)+epsilon_ij Particularly I am interested in obtaining estimates for mu, and the effects alpha_i I have this data (from the book Applied Linear Statistical Models by Neter et al (1996), page 1020) y<-c(38,43,24,39,38,32,36,38,31,45,27,21,33,34,28)
2007 Dec 06
0
[POSIX ACLs] Only ACE rules from Samba Primary Group are applied.
Hi, I've a samba 3.0.24 server running in a debian "alike" OS with a (Open)LDAP backend and I'm having the following problem: I have LDAP users that belong to more than one (POSIX) group. For instance, I have a user2 that belongs to group "users" and "grupo2" and I have a share with the following ACL settings: getfacl /home/shares/share1/ getfacl: Removing
2013 Dec 20
3
error con install_github() del paquete devtools
Hola a todos. Estoy intentando instalar el paquete likert utilizando devtools y obtengo el siguiente error library(devtools) install_github('likert','jbryer') Installing github repo(s) likert/master from jbryer Downloading likert.zip from https://github.com/jbryer/likert/archive/master.zip Error en function (type, msg, asError = TRUE) : <not set> Me pasa también con
2013 Dec 20
4
error con install_github() del paquete devtools
Si. Pero no funciona. En ordenador curro si funciona y tb tiene linux. Seguiré investigando has probado con: install_github('paquete",username='usuario')? 2013/12/20 Jose Luis Cañadas Reche <canadasreche@gmail.com>: > Hola a todos. > > Estoy intentando instalar el paquete likert utilizando devtools y obtengo el > siguiente error > > library(devtools) >
2014 May 05
2
rstudio y github
Hola a todos. Estoy probando a usar github con RStudio. He conseguido clonar un repositorio, pero no consigo subir los cambios. Desde la terminal si puedo con las órdenes normales de git. El error que obtengo en RStudio es error: unable to read askpass response from 'rpostback-askpass' fatal: could not read Username for 'https://github.com': No such device or address Alguna
2007 Sep 12
2
Font problem (PR#9906)
Full_Name: M. Mu?oz M?rquez Version: 2.3.1 OS: Ubuntu Submission from: (NULL) (150.214.231.66) Here is the reply to the edit command using gnome > edit(data.frame()) Erro en dataentry(datalist, modes) : invalid device Adem?s: Warning message: unable to create fontset -*-fixed-medium-r-normal--13-*-*-*-*-*-*-* > Sys.getlocale() [1]
2013 Oct 22
3
Error de markdownToHTML al parsear LATEX
Hola, primero de todo muchas gracias. He probado a ejecutar el programa en una máquina virtual y efectivamente funciona. La única diferencia con mi ordenador está en locale, que me aparece esto: > sessionInfor() locale: [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C [3] LC_TIME=es_ES.UTF-8 LC_COLLATE=es_ES.UTF-8 [5] LC_MONETARY=es_ES.UTF-8
2007 May 06
1
error using boxplot.stats (but boxplot works¿?)
Hi The answer to this may be obvious, but it's got me floored. I'm unable to get boxplot.stats to work for me! My session looks something like this: > ia=read.table('/tmp/prueba.csv', header=TRUE, sep=",") > attach(ia) > boxplot.stats(X8weeks~Orden) Error in sort (na.last, decreasing, ...) : argument 1 is not a vector In addition: Warning
2016 Mar 13
3
Importación de texto con caracteres especiales
Compañeros, Me plantearon una duda el otro día en el blog sobre la problemática de leer un archivo de texto con caracteres españoles tales como tildes y eñes (http://analisisydecision.es/analisis-de-textos-con-r/#comment-93993) En un principio pensé que sería un problema de diccionarios en R-Studio y que lo resolvería en 10 minutos y aquí llevo una hora y no soy capaz de que este código tan
2013 Oct 23
1
Error de markdownToHTML al parsear LATEX
No me ha funcionado, pero muchas gracias Daniel Merino. Al final he solucionado mi problema generando el HTML desde una máquina vertual Windows, como hacía Jorge Ayuso. Gracias a todos por la ayuda :) Elvira. > El 23/10/2013, a las 10:38, <miguel.angel.rodriguez.muinos en sergas.es> escribió: > > Hola Elvira. > > .. y ese comando te ha funcionado???? > :-) > >
2006 Nov 30
2
*** caught segfault *** error
Dear R users, I use R 2.4.0 on an iMac running Mac OS X 10.4.8, with a 2.16GHz Intel Core 2 Duo and 2GB 667 MHz DDR2 SDRAM. > sessionInfo() R version 2.4.0 (2006-10-03) i386-apple-darwin8.8.1 locale: es_ES.UTF-8/es_ES.UTF-8/es_ES.UTF-8/C/es_ES.UTF-8/es_ES.UTF-8 attached base packages: [1] "methods" "stats" "graphics" "grDevices"
2011 Jul 04
1
Contrastes con el paquete survey (svycontrast)
Estimados usuarios: Estoy intentando reproducir el ejemplo 6.4 de Thomas Lumley. Complex Survey. Editorial Wiley. 2010 (ver la página en google:
2008 Oct 30
0
Samba + Nested Groups
Hello for all, I'm having a doubt that I could not find in samba man and even google. My need is to do with samba ldap something similar to what the AD (NT4 does too?) made with windows nested groups, which include groups within groups at different levels (not just one). Problem example: create a local or global group (better yet) called GRUPO_ALL, which contains two other global groups
2011 Apr 02
5
Significado de un mensaje de error
Hola a todos, estoy procesando unos datos con las siguientes intrucciones que creo son del paquete stats: cloud(Imp89 ~ ImpTot89 * NDA | Edad, data = mtif, +       screen = list(x = -90, y = 45), distance = .4, zoom = .7) y obtengo el error: Error en eval(substitute(groups), data, environment(formula)) :  argumento ''envir'' númerico no tiene longitud uno La verdad es que no se
2008 Apr 15
2
a question of alphabetical order
Hi all, In Spanish vowels with accent like ?, ?, ... doesn't affect to the alphabetical order of vector of strings. I mean, a or ? don't matter for establishing the alphabetical order. Nevertheless, while working with R order, here is what I get. Given a file transport.txt medio#variable avi?n#34 barco#33 bicicleta#3 ?ngulo#37 cami?n#54 coche#23 tren#67 > toPlot <-
2013 Oct 24
1
Rarezas con boot
Pues parece que el problema si es de lme4, cuya versión 1.0-4 se publicó en septiembre de este año. En la página en cran del paquete pone "The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen "glue" " . El tema es que al utilizar esta versión junto con la librería boot, el tiempo de cálculo se incrementa
2017 Dec 22
4
codificación
Estimados compañeros me tiene loco un problema de codificación que no logro resolver. Importo un fichero cuyo nombre tiene acento. Pongamos por ejemplo "Adrián.doc". Escribo el siguiente comando: mdoc<-list.files(path = dest,pattern = "*.doc", full.names = TRUE) Entonces mdoc, además del path, se me presenta como: "Adria´n.doc" Aunque le quite la tilde con:
2013 Oct 18
3
pamer.fnc y la nueva versión de R
Hola buenas. al final corri el siguiente código en mi máquina de casa. El problema es que ha habido algún cambio en la librería lme4, que hace incompatible los nuevos objetos lmer con la funcioón pamer.fnc. En este tipo de situaciones imagino que lo propio sería ponerme en contacto con el autor o intentar corregir yo mismo el código o incluso ambas. ¿Es decortes escribir al autor reportandole el
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