Displaying 20 results from an estimated 400 matches similar to: "Translating wiki in pt_BR"
2016 May 31
2
Update documentation references
Hi,
In URL: https://www.centos.org/docs/5/ there's only the references up to
version 5. Since all the references are from docs of redhat enterprise
Linux, how about updating to the current release such references? How can I
do it? Where to send a pull request, for example? Where can I add content
to the main page and other sectors, links?
--
*Vitor Lobo*
Analista de Sistemas Jr.
LEMAF -
2011 Jul 01
2
Initiating in BNArray
Hi,
I'm trying to understand some details about an example maintened in [1].
According that link, I have total.data as a data set (am I right?).
But I don't understand how is built that table.
I saved the dataset in a file, with dput(), and had something like this:
structure(list(df.all = structure(list(V1 = structure(c(1L, 2L,
3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L,
2011 Jul 03
1
Error with package xlsx
Hi,
Could anyone help me with this error? I have no idea what that is about...
> file <- system.file("DADOSCASUMCCORMICK.xlsx", package = "xlsx")
> data <- read.xlsx(file, 1)
Error in .jnew("java/io/FileInputStream", file) :
java.io.FileNotFoundException: (No such file or directory)
Thanks!
--
Regards,
|| ------
|| Sergio Henrique Bento de Mira
2012 May 29
1
Boxplot superscript y-axis
Dear list,
I need to include in a superscript number (-1) in a y-axis label of a
boxplot graphic. I tried the following line:
>boxplot(five$gr13~five$Code, xlab="Species code",
ylab=substitute(paste("DGL growth (cm.yr"^{-1},")")))
It returns the following error message:
Error in "DGL growth (cm.yr"^{ : non-numeric argument to binary operator
I used
2016 Jul 26
2
Re: Plan for libguestfs 1.34
On Saturday, 23 July 2016 23:27:30 CEST Richard W.M. Jones wrote:
> Another related point about this release. I think we should switch
> back to Transifex (from Zanata currently).
>
> The obvious reason is that Transifex has a good community who actually
> provided plentiful translations, at least for the simple strings (no
> one translates the long manual page paragraphs, but
2013 Mar 05
0
Fwd: Failure of automatic update of source file: virt-v2v: virt-v2v.pot
----- Forwarded message from Transifex <admin at transifex.com> -----
Date: Tue, 05 Mar 2013 08:36:55 -0000
Subject: Failure of automatic update of source file: virt-v2v: virt-v2v.pot
Hello rjones, this is Transifex at https://www.transifex.com.
We have not been able to update the source file of the resource 'virt-v2v.pot' of the project 'virt-v2v' from the URL
2013 Nov 10
1
light-locker 1.1.0 released
light-locker 1.1.0 is now available for download from
https://github.com/the-cavalry/light-locker/releases/download/v1.1.0/light-locker-1.1.0.tar.bz2
SHA1: df4c542449f457710628d19f14148afd43034a94
MD5: 0e643658fdde4dc0aefdc3c9c10898ca
What is light locker?
=====================
light-locker is a simple locker (forked from gnome-screensaver) that aims
to have simple, sane, secure defaults
2015 Feb 18
0
ANNOUNCE: libguestfs & hivex translation memory moving to Zanata
Previously we used Transifex, but we're moving the translation memory
to Zanata instead. The reason for this is that we relied on the
Fedora project translators to do almost all of the localization work,
and they have expressed a preference for Zanata over Transifex.
(https://fedoraproject.org/wiki/L10N_Move_To_Zanata)
For packagers and end users of libguestfs, this will have no effect at
2016 Jul 26
0
Re: Plan for libguestfs 1.34
On Tue, Jul 26, 2016 at 11:02:40AM +0200, Pino Toscano wrote:
> On Saturday, 23 July 2016 23:27:30 CEST Richard W.M. Jones wrote:
> > Another related point about this release. I think we should switch
> > back to Transifex (from Zanata currently).
> >
> > The obvious reason is that Transifex has a good community who actually
> > provided plentiful translations,
2008 Jul 24
0
Bootstraping GAMs: confidence intervals
Dear R-Users,
I am trying to apply a bootstrap to a GAM in order to calculate the 95%
confidence intervals for a smooth curve obtained by the ?plot.gam?
function of the mgcv package. Nonetheless, I am getting some
difficulties in transposing the results for the graphs.
I used the following commands in R, ?mgcv? and ?boot? packages:
*> attach(bbvc_11Jul08)*
*>
2008 Jul 29
0
Bootstraping GAMs for confidence intervales calculation
Dear R-Users,
I am resending this message just to reminder my question regarding the
calculation of a bootstrap confidence intervals for a GAM plot.
I am trying to apply a bootstrap to a GAM in order to calculate the 95%
confidence intervals for a smooth curve obtained by the ?plot.gam?
function of the mgcv package. Nonetheless, I am getting some
difficulties in transposing the results for
2016 Jul 23
0
Re: Plan for libguestfs 1.34
On Fri, Jul 22, 2016 at 10:25:54AM +0100, Richard W.M. Jones wrote:
> On Fri, Jul 22, 2016 at 11:15:55AM +0200, Pino Toscano wrote:
> > On Tuesday, 12 July 2016 20:37:56 CEST Richard W.M. Jones wrote:
> > > Libguestfs 1.32 was released on 2016-01-06, which is over 6 months
> > > ago. In fact the previous stable version of libguestfs (1.30) was
> > > released on
2011 Jul 03
0
ANNOUNCE: Announcement: Gnucash 2.4.7 Released
GnuCash 2.4.7 released
The GnuCash development team proudly announces GnuCash 2.4.7, the
seventh bug fix release in a series of stable of the GnuCash Free
Accounting Software. With this release series, GnuCash can use an SQL
database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD,
Solaris, Microsoft Windows and Mac OSX.
Getting GnuCash for Windows (Win32 binary)
The
2009 Jun 30
3
Matrix with random number
Hello!
I have a program in Fortran and would like to build a matrix with random numbers, I have a function in C.
However, I have problems with the use of function in R.
Code to compile: R CMD SHLIB mat.f myrbeta.c -o func.so
Code in C.
#include <R.h>
#include <Rmath.h>
void F77_SUB(fseedi)(void){
GetRNGstate();
}
void F77_SUB(fseedo)(void){
PutRNGstate();
}
void
2009 May 04
1
how to change nlme() contrast parametrization?
How to set the nlme() function to return the answer without the intercept parametrization?
#=========================================================================================
library(nlme)
Soybean[1:3, ]
(fm1Soy.lis <- nlsList(weight ~ SSlogis(Time, Asym, xmid, scal),
data = Soybean))
(fm1Soy.nlme <- nlme(fm1Soy.lis))
fm2Soy.nlme <- update(fm1Soy.nlme,
2008 Oct 21
2
Question about glm using R
Good morning,
I am using R to try to model the proportion of burned area in Portugal.
The dependent variable is the proportion. The family used is binomial
and the epsilon would be binary.
I am not able to find the package to be used when the proportion (%) has
to be used in glm. Could someone help me?
I am using normal commands of glm.. for example:
glm_5<- glm(formula=p~Precipitation,
2011 Apr 12
0
[ANNOUNCE] libguestfs 1.10.0 - tools for accessing and modifying VM disk images
I'm happy to announce that after 5 months of development, the new
stable version of libguestfs is available. libguestfs is a set of
tools and a library for accessing, creating and modifying the contents
of virtual machines and disk images.
Home page: http://libguestfs.org/
Binary packages for:
Fedora: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
2009 Aug 12
2
Problem with function in fortran 95
I am writing a function in fortran 95, but the intrinsic function MATMUL is not working properly. Here's an example.
SUBROUTINE mymult(x,y,res,m,n)
IMPLICIT NONE
INTEGER :: m,n
REAL :: x, y, res
DIMENSION :: x(m,n), y(n,m), res(m,m)
res = MATMUL(x,y)
END SUBROUTINE mymult
R CMD SHLIB mat.f95
In R:
dyn.load("mat.so")
x <-
2005 Jun 15
1
Reducing the FPR (false positive rate)
Hello R-USERS,
I think some people didn't understand my question. What I want is to
use the training set to minimize the FALSE POSITIVE RATE.
I think it is possible. I sacrifice ACCURACY to have less FALSE
POSITIVES. I don't want a classifier result with 5% of FPR and, for
example, 93% of ACCURACY. I want a 1% FPR sacrificing the 93% ACCURACY.
Do you know how can I do this? I really
2009 Dec 14
1
Logit Estimation with Panel Data
Hi all!
Do you know if there is any R function/package that can be used to
estimate "logit" models with panel data and forecasting?
Thanks,
Moysés.
--
Moysés Nascimento
Bacharel em Estatística/UFES
Mestre em Estatística Aplicada e Biometria/UFV
Doutorando em Estatística e Experimentação Agropecuária/UFLA
moysesnascim@gmail.com
[[alternative HTML version deleted]]