Displaying 13 results from an estimated 13 matches for "mixted".
Did you mean:
mixed
2013 Jan 19
0
Cluster Analysis and PCoA (mixt variables)
Hello everyone,
I mail you because of my lake of knowlegde regarding statistics.
I'm using the CA and PCoA (but maybe should I use some other techniques) to
determine the differences and similarities between a large sample of plants
using different kind of traits through matrix of mixte variables.
I understood that the daisy() function using the gower metric and defining
the different type
2006 Nov 28
1
problem with source(), parse() and "french" colnames
Hello every one
Working under Windows Xp in French, and R version 2.4.0 (and : >
localeToCharset() : "ISO8859-1" )
I am trying to source a file with basic commands.
source("R files/InputFile Analysis (Calculs et mises à l'échelle - gestion
des pb d'unités).r")
and it works fine as long as I do not use command like these ones :
2013 Apr 03
5
Can package plyr also calculate the mode?
I am trying to replicate the SAS proc univariate in R. I got most of the
stats I needed for a by grouping in a data frame using:
all1 <- ddply(all,"ACT_NAME", summarise, mean=mean(COUNTS), sd=sd(COUNTS),
q25=quantile(COUNTS,.25),median=quantile(COUNTS,.50),
q75=quantile(COUNTS,.75),
q90=quantile(COUNTS,.90), q95=quantile(COUNTS,.95),
q99=quantile(COUNTS,.99) )
2005 Apr 22
1
density estimation
hello
sorry for my english
I would like estimate density for multivariate variable,( f(x,y) , f(x,y
,z) for example) ; for calculate mutual information
how is posible with R?
thanks
Bernard
Bernard Palagos
Unité Mixte de Recherche Cemagref - Agro.M - CIRAD
Information et Technologie pour les Agro-Procédés
Cemagref - BP 5095
34033 MONTPELLIER Cedex 1
France
2005 Jul 05
1
calling fortran functions CHOL and DPOTRF form Fortran
Hi all,
I'm working out some Fortran code for which
I want to compute the Choleski decomposition of a covariance matrix
in Fortran.
I tried to do it by two methods :
1) Calling the lapack function DPOTRF.
I can see the source code and check that my call is correct,
but it does not compile with:
system("R CMD SHLIB ~/main.f")
dyn.load("~/main.so")
I get:
Error in
2004 Oct 22
1
building an R package : where and how should my fortran library be loaded ?
Hi ,
I'm currently trying to make available
a few fortran subroutines and R functions
(which make interface to these subroutines),
as an R package.
I'm doing it under linux with R 1.9.0
(but hope to do it for windows too).
I have trouble for loading my fortran code.
Here are the steps involved :
1) In R:
# Create tree for package
2005 Jun 14
3
Calling C from Fortran
I would like to call C routines from Fortran under linux as suggested in
section 5.6 of
the "Writing R extensions" documentation.
I'm familiar with Fortran but not with C.
I understand the example provided in Fortran:
subroutine testit()
double precision normrnd, x
call rndstart()
x = normrnd()
call dblepr("X was", 5, x, 1)
call rndend()
end
but I don't understand
2003 Jul 24
1
Integer programming in R
Dear all,
I am a relative newcomer to the R language, and am sussing out
the possibilities of using R to do integer programming (which I am
also new to). Is there something along the lines of the NUOPT S-
PLUS package that is available, or on the way, for R? Are there
other options for integer programming in R?
Thanks very much in advance,
Robin Naidoo
University of Alberta
Edmonton, AB,
2012 Mar 05
1
Migration vm Xen vers XenServer
Bonjour,
Est ce qu''une ressource parmi vous a déjà effectuer une migration de
machine virtuelle de XEN vers XENSERVER?
J''aimerai changer de serveur en migrant toutes mes VM du serveur xen
vers le serveur xenserveur.
Est ce que des personnes ont déjà effectuer ce genre de migration?
Si oui comment avez vous procéder?
D''avance merci pour vos nombreaux retour.
Cdlt.
2012 Jul 05
0
convert a VM of Xen Open Source to the format OVF
Hello
Is there a tool or a technical which would allow to convert a VM of Xen
Open Source to the format OVF?
Thank you for your returns
Cordially
--
Matthieu ROUDON
Technicien Informatique
Direction des Systèmes d''Information
Institut d''Etudes Politiques de Grenoble
Unité Mixte de Recherche PACTE - UMR 5194
Tél: 04 76 82 83 64
courriel: Matthieu.Roudon@iepg.fr
2004 Oct 25
5
building a package under windows
Hi,
I have a package of my own which seems to work fine under linux.
I want to make a compiled version for windows.
(I work with windows 2000 and R 2.0)
I have followed the steps described in the file
readme.packages (in the top-level directory of the binary installation)
and I had a trouble at this step (which aim is not documented):
C:\Program Files\R\rw2000\src\gnuwin32>make libR.a
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
Hi R users
I try to use the lme but I can?t!!!!!
My script is (some words in french, sorry!!):
rm(list=ls(all=TRUE)) #Efface tous les objets en m?moire pour ?viter des
erreurs
library(MASS) #Chargement des Librairies
library(car)
library(Hmisc)
library(tkWidgets)
library(svDialogs)
library(multtest)
library(nlme)
#Rep <- "C:/Documents and Settings/U3M/Bureau/steph/Scripts
2010 Mar 12
7
sqldf not joining all the fields
Dear R users,
I have two data frames that were read from text files as follows:
x_data <- read.table("x.txt", header = TRUE, sep = "|", quote = "\"'",
dec = ".",as.is = TRUE,na.strings = "NA",colClasses = NA,
nrows = 3864284,
skip = 0, check.names = TRUE,fill=TRUE,
strip.white = TRUE,