Displaying 20 results from an estimated 5000 matches similar to: "[R] documenting s4 methods in package"
2006 Apr 04
2
documenting s4 methods in package
Hi,
I have written a package that contains many s4 generic functions and
associated methods. I am having a lot of trouble getting R to build the help
pages for these generic functions without reporting, "missing link(s):
~~fun~~, which means that it cannot find the appropriate function when code
in the example section of the help is run. Right?
After some playing around I can get it to
2008 Apr 13
1
promptFunctions() to handle multiple names
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi all,
I wanted to set up my first (private) R-package and wondered
if there was a function to prompt() for multiple aliases in one Rd-file,
e.g. to create something like the normal distribution manual page
encompassing rnorm, dnorm,...
As I didn't find it, I modified prompt.default() and wrote a small function
to do this job, called
2003 May 09
4
SIP Confusion
Ok. I am confused. I now have conflicting answers to my question:
Do you need to use a special phone to use SIP? My setup is
X100P and TDM10B.
I would like to connect to iConnectHere, which uses SIP. Has anybody
done this before (using similar equipment to what I have listed above)?
And if it is not possible, could somebody please explain why. I don't
understand
why this wouldn't
2009 Dec 09
1
Regedit
Hey Everyone,
So here is what is going on I have two computers on the same network
that are both connected to the PDC of a samba domain (on the same network
segment):
____________________________________________
|
| |
|
| |
2003 May 06
9
SIP configuration question
First question: Do you need to use a special phone to use SIP? My setup is
X100P and TDM10B (I have 2 computers with the same setup), will I be able to
use SIP?
I already have the two computers calling each other using IAX, but I would
like to see if I can get them to work using SIP.
My current setup:
On computer 192.168.10.50
**sip.conf***
[general]
port=5060
bindaddr=0.0.0.0
2017 Sep 18
0
Q2/R2 ratio in PLSDA
Hello,
I would like to perform a Partial least square discriminate analysis (PLSDA) in R.
To do this I use the package mixOmics.
I could perform the PLSDA in R. however I would also like to perform a leave-one-out cross validation in order to assess the performance of my model. My supervisor told me that I should focus on the R2/Q2 ratios.
However when I read the instruction for running the
2017 Sep 18
0
Data arrangement for PLSDA using the ropls package
Hello,
I would like to do a partial least square discriminant analysis (PLSDA) in R using the package "ropls"
Which is in R available via the R command :
source("https://bioconductor.org/biocLite.R")
When I try to do a PLSDA using my own data.
The impact of two genders (AP,C) on 5 compounds measured in persons (samples) should be illustrated. When I try to do a PLSDA I get
2004 Apr 03
7
Few question on HTB
Dear All,
Sorry to trouble again..... After go through www.lartc.org I have implemented the HTB instead of CBQ
for the same scenario.
Now following files are under /etc/sysconfig/htb directory.
eth0 DEFAULT=30 R2Q=10
eth0-2.root RATE=256kbps BURST=25k
eth0-2:10.comp1 RATE=120kbps BURST=12k PRIO=0 LEAF=sfq RULE=192.168.200.0/24
eth0-2:20.comp2
2017 Sep 18
1
Data arrangement for PLSDA using the ropls package
Hello,
I would like to do a partial least square discriminant analysis (PLSDA) in R using the package "ropls"
Which is in R available via the R command :
source("https://bioconductor.org/biocLite.R")
I try to do a PLSDA to illustrate the impact of two genders (AP,C) on 5 compounds measured in persons (samples) should be illustrated. When I try to do a PLSDA I get the warning
2013 Oct 01
0
Análisis de componentes principales con ade4 y FactoMineR
Por definición la primera componente principal es una combinación lineal
que maximiza la varianza de modo que si la componente 1 es el vector de
coeficientes a, entonces, el vector -a también puede ser dicha
componente. Las otras componentes, por ejemplo la segunda, es
incorrelacionada con la primera y también maximiza la varianza, luego el
signo no importa.
Así pues, el signo de cada
2011 Dec 01
2
nipals in the chemometrics package in R
Hello
i need some precision about nipals in the chemometrics package in R .
When i use nipals in chemometrics i obtain T and P matrix.
I really don't understand what to do with these two matrix to obtain
the scores for every the component (like in spss fo example)
Comp1 Comp2 Comp3
quest1 0,8434 0,54333 0,3466
quest2 0,665 0,7655 0,433
Thank you very
2013 Oct 02
0
Análisis de componentes principales con ade4 y FactoMineR
Efectivamente. Puedes cambiar el signo de todos los valores de la
segunda componente, por ejemplo al hacer un gráfico de dispersión.
No creo que se pueda hacer directamente en la función.
Saludos
Francesc
El 01/10/13 17:53, Argel Gastélum Arellánez ha escrit:
> Hola Francesc, muchas gracias por tu respuesta.
>
> Entonces, si quisiera que las gráficas de los resultados de
2018 Jan 15
2
networking remote systems over unknown ip's
Hello,
Sorry if reposted. Original was auto rejected for not being subscribed
to mailing list.
I am making some systems that are going to be donated to different
organizations and I want the kids to be able to share programs they
write with each other on the different disk automatically securely. Can
I network these systems without knowing individual ip's and not
touching firewalls. I was
2006 Aug 04
7
Question about networking setup
Hello everyone!
How are you? Hope you''re well :)
Here''s my setup at home:
Internet -> (eth1) Comp1 (shorewall, DHCP, dns server, Internet sharing)
(eth0) -> Linksys (wireless) ~~~~~~~~~~~~ (wlan0) Comp2 (eth0) -> IP Phone
My computer1 is well confiugred, everything was working right and well.
I decided to move the IP Phone to the COmputer 2.
I was able to make this
2013 Oct 01
3
Análisis de componentes principales con ade4 y FactoMineR
Instalo ade4 correctamente y no me abren los datos como por ejemplo
data(bsetal97)
¿Qué piensan de eso?
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org]
En nombre de Francesc Carmona
Enviado el: Tuesday, October 01, 2013 7:30 AM
Para: r-help-es en r-project.org
Asunto: Re: [R-es] Análisis de componentes principales con ade4 y FactoMineR
Por definición
2000 Oct 03
3
prcomp compared to SPAD
Hi !
I've used the example given in the documentation for the prcomp function
both in R and SPAD to compare the results obtained.
Surprisingly, I do not obtain the same results for the coordinates of
the principal composantes with these two softwares.
using USArrests data I obtain with R :
> summary(prcomp(USArrests))
Importance of components:
PC1 PC2
2013 Aug 27
2
Encontrar las variables más importantes en componentes principales
Hola compañeros de la lista. Qué tal.
Tengo un análisis de componentes principales, en el que se evalúan
aproximadamente 1000 variables. Usando la función dudi.pca e
inertia.dudi obtengo una cantidad de información sobre la influencia de
las variables sobre los dos componentes principales. Me gustaría saber
si existe alguna función que sobre esta información me arrojara la lista
de
2013 Aug 06
3
[Bug 839] New: SNAT66 does not work for bidirectional UDP
https://bugzilla.netfilter.org/show_bug.cgi?id=839
Summary: SNAT66 does not work for bidirectional UDP
Product: netfilter/iptables
Version: unspecified
Platform: x86_64
OS/Version: Gentoo
Status: NEW
Severity: normal
Priority: P5
Component: NAT
AssignedTo: netfilter-buglog at lists.netfilter.org
2013 Oct 01
5
Análisis de componentes principales con ade4 y FactoMineR
Hola compañeros de la lista, qué tal.
Estoy haciendo un análisis de componentes principales utilizando
las funciones "dudi.pca" (paquete "ade4") y "PCA" (paquete
"FactoMineR"). Sucede que al comparar las coordenadas de cada individuo
que obtiene cada función, las que corresponden al segundo componente
principal tienen idéntica magnitud pero con
2013 Jan 30
0
ROxygen2-Documenting of S4 Method
Hi all,
I'm trying to come to grips with how to document S4 methods using ROxygen -
mostly following posts such as this: http://tinyurl.com/ae3kdno
I just can't get it to work (this is roxygen2_2.2.2).
I attach an example below which seems parsed properly, but "R CMD check"
keeps complaining
> ...
> Undocumented S4 methods:
> ...
> generic 'set<-' and