Displaying 20 results from an estimated 400 matches similar to: "Problema with Excel files"
2004 Apr 06
1
not force-user'ing while printing?
Hi all,...
...currently I am trying to get the following setup up and working
here:
* capisuite (www.capisuite.de) works as an isdn/capi-based fax
solution for the LAN.
* cups is used as printer spooler, there is some "glue" package to
access capisuite through cups, thus generating a "print-to-fax"
solution.
* since the clients in the LAN still are all Windows NT 4,
2005 Jan 09
3
"so old bootloader ..." with syslinux-3.05 on x86_64
Hi,
I'm trying to install Fedora Core 3 on an AMD 64-based machine using PXE (via DHCP and TFTP). I've managed to get the machine to load the kernel over the network and start booting, but instead of loading the root fs from initrd.img (that I appended as a config via pxelinux.cfg), it loads the pre-existing rootfs on my harddisk.
At the top of dmesg is the message: "so old
2013 Mar 03
1
distribution functions and lists
Hello everyone,
I have a quick question but I am stuck with it and I do not know how to solve it.
Imagine I need the distribution function of a Weibull(1,1) at t=3, then I will write pweibull(3,1,1).
I want to keep the shape and scale parameters in a list (or a vector or whatever). Then I have
parameters<-list(shape=1,scale=1)
but when I write pweibull(3,parameters) I get the following
2005 Jan 09
4
More on Problems with PXELinux and ramdisk not loading
Had to changed the Subject header because the mailing list software thought the previous one ("so old bootloader" ...) was suspicious.
Just a backgrounder and a little more info I've gathered:
Trying to install Fedora Core 3 via PXE using DHCP-TFTP. Kernel loads but initrd isn't used for rootfs.
The machine's an AMD Athlon 64-based box with 512MB physical memory (one DDR
2024 Aug 13
1
Reconstrucción de hojas con herbivoría
Estimado
Yo no conozco de morfología vegetal, pero si supongo que la hoja es plana, me refiero que al verla sobre el eje se forma un rectángulo, la altura en cada parte de la hoja es la misma, a una misma densidad, puedo calcular la masa. En ese caso como siguieren, por medio de fotos y entrenar un modelo, se podía ?reconstruir? lo perdido.
Pero entiendo que las hojas no deben tener esa forma
2024 Aug 13
1
Reconstrucción de hojas con herbivoría
Muchas gracias por sus respuestas Manuel y Javier.
El problema al que me enfrento es que a veces estas afectaciones por
herbivoría dejan cicatrices que pueden deformar la hoja, a veces se pliegan
sobre sí mismas y otras veces se pierde bastante la configuración de la
hoja. Por el momento solo me interesa tratar de reconstruir la hoja para
poder obtener el área que tendría esa hoja si no se hubiese
2004 Nov 05
1
R usage -- for article
Hello all,
I write a decision-support column for a computing magazine,
Intelligent Enterprise. In my next column, I'll be revisiting a topic I
wrote on 3 years ago, open-source analytical software. R is perhaps the
most successful open-source analytical package.
I'd like to hear from users, especially those who chose R for some
other reason than that it's free, about what
2006 May 23
1
no USB/HID UPS found?
Hello world;
been using nut atop Debian GNU/Linux (sid) for about two years by now,
my configuration broke as I upgraded the machine this morning (headin'
for kernel 2.6 to have full support for the new GBE NIC included). I
read through the UPGRADE.gz instructions provided with the Debian
packages and tried to fix things according to the instructions pointed
out there, but things still just
2006 Jan 10
8
first ajax demo in Rails book - does it work for anyone?
Just tried the first AJAX example in the rails book (p.391-392, the
''word guessing'' thing), and the AJAX partial used seems to render as a
full page.
I''m not sure whether it''s
a) a partial bug
b) some interaction between ajax and partials
c) a change since the book came out
or
d) pilot error
I''ve checked the errata pages and it''s flagged up
2013 Apr 10
6
means in tables
Hi.
I have 2 tables, with same dimensions (8000 x 5). Something like:
tab1:
V1 V2 V3 V4 V5
14.23 1.71 2.43 15.6 127
13.20 1.78 2.14 11.2 100
13.16 2.36 2.67 18.6 101
14.37 1.95 2.50 16.8 113
13.24 2.59 2.87 21.0 118
tab2:
V1 V2 V3 V4 V5
1.23 1.1 2.3 1.6 17
1.20 1.8 2.4 1.2 10
1.16 2.6 2.7 1.6 11
1.37 1.5 2.0 1.8 13
1.24 2.9 2.7 2.0 18
I need generate a table of averages, the
2012 Sep 26
3
Reading multiple files
Hi,
I have 35 data files for reading. I would like get a program for
performing reading of 35 files at once.
All are of the type: Dados1.raw, Dados2.raw and so on.
If the files have the same number of columns, I can read with the
following commands:
rm(list=ls())
filenames = list.files(path="~/Silvano/Arq", pattern="Dados+.*raw")
names = substr(filenames, 1, 7)
for(i in
2010 May 05
3
Latex and Stangle()
Hi,
I'm using the Sweave and I would like include codes of the R
in my LaTeX file.
I extracts the R code with Stangle (), whose name is
Relatorio.R but I can't include it
in the Latex file as an appendix.
Suggests?
Thanks,
--------------------------------------
Silvano Cesar da Costa
Departamento de Estat?stica
Universidade Estadual de Londrina
Fone: 3371-4346
2010 Aug 13
3
Games
Hi,
I want to build the table of a football league with 11
teams. All play together. So will 55 games.
Since there are an odd number of teams in each round a team
will not play.
The games will be:
games = urnsamples(1:11, x =
c('A','B','C','D','E','F','G','H','I','J','K'), size=2,
replace=F,
2012 Nov 08
3
Extracting columns
Hi,
I have 22 files (A1, A2, ..., A22) with different number of columns,
totaling 10,000 columns: c1, c2, c3, ..., c10000
I have another file with a list of 100 columns that I need to extract.
These 100 columns are distributed in 22 files.
How to extract the 100 columns of the 22 files?
I have done it "manually" with the following commands, for example:
cromo1 = read.table ("~
2011 Jul 06
3
Tables and merge
----- Original Message -----
From: "Silvano" <silvano at uel.br>
To: <r-help at r-project.org>
Sent: Thursday, June 30, 2011 9:07 AM
Subject: Tables and merge
> Hi,
>
> I have 21 files which is common variable CODE.
> Each file refers to a question.
>
> I would like to join the 21 files into one, to construct
> tables for each question by CODE.
>
2010 Nov 29
4
subset
?Hi:
I always use subset the same way but now is returning 0 rows.
What's wrong with the way I am subsetting?
library(ggplot2)
structure(list(first = c(38.2086, 43.1768, 43.146, 41.8044, 42.4232,
46.3646, 38.0813, 40.0745, 40.4889, 38.6246, 40.2826, 41.6056,
34.5353, 40.0768), second = c(43.3295, 42.4326, 38.8994, 37.0894,
42.3218, 46.1726, 39.1206, 41.2072, 42.4874, 40.2657, 38.7766,
2010 Jul 21
1
xtable
Hi,
How do I build a table from a regression model adjusted
using xtable?
Commands are:
modelo1 = lm(Y~X1 + X2)
influencia = influence.measures(modelo1)
require(xtable)
xtable(influencia)
but it isn't work.
Thanks,
--------------------------------------
Silvano Cesar da Costa
Departamento de Estat?stica
Universidade Estadual de Londrina
Fone: 3371-4346
2010 Mar 24
2
Mosaic
Hi,
I have this data set:
obitoss = c(
5.8,17.4,5.9,17.6,5.8,17.5,4.7,15.8,
3.8,13.4,3.8,13.5,3.7,13.4,3.4,13.6,
4.4,17.3,4.3,17.4,4.2,17.5,4.3,17.0,
4.4,13.6,5.1,14.6,5.7,13.5,3.6,13.3,
6.5,19.6,6.4,19.4,6.3,19.5,6.0,19.7)
(dados = data.frame(
regiao = factor(rep(c('Norte', 'Nordeste', 'Sudeste', 'Sul',
'Centro-Oeste'), each=8)),
ano =
2010 May 10
2
Extracting a subset
Hi,
I have a dataset with many variables and observations.
The variable Group has two levels: C and P,
the Month variable has four levels: 0, 1, 2 and 3.
I want to extract a subset of the variable Weight,
considering only 1 and 3 levels for Months of the Group
variable.
I tried the command subset but it did not work. Any
suggestions?
Thanks,
--------------------------------------
Silvano
2010 Jun 14
2
xtable with Sweave
Hi,
I'm using Sweave to prepare a descriptive report.
Are at least 20 tables built with xtable command of kind:
<<echo=F, results=hide>>=
q5 = factor(Q5, label=c("N?o", "Sim"))
(q5.tab = cbind(table(q5)))
@
<<echo=F, results=tex>>=
xtable(q5.tab, align="l|c", caption.placement = "top",
table.placement='H')
@
I'm