search for: phyl

Displaying 3 results from an estimated 3 matches for "phyl".

Did you mean: phil
2004 Aug 06
1
imput data in cclust
I would like to see an example of a data matrix for cclust and how to import it to cclust. In fact, i don't know how to give my imput for cclust program! i test this file 1 0.23 1.52 2 0.52 1.25 3 0.13 1.89 4 0.78 1.11 i do >library(cclust) >x<-scan("test.matrice.phyl") >cclust(x,2,method="kmeans") i have this error message: Error in sample(length(x), size, replace, prob) : invalid first argument Now if i do : >library(cclust) >x<-read.table("test.matrice.phyl") >cclust(x,2,method="kmeans") i've...
2019 Jun 01
3
I'm having problems compiling a program. Please help.
...because (to my understanding) it's proprietary software. I've included the program I'm trying to compile (hello.c) below. #include <string.h> #include <stdio.h> int main(void){ print("Hello World!"); return 0; } -- Please note new suite number ****** Phyl Bean Attorney at Law 207 N. Chestnut Street, Suite 240 Chaska, Minnesota 55318 (Parking is behind building) Ph: (952) 217-4473 Fax: (952) 955-9648 Cell: (612) 384-9062 phylbean at gmail.com www.phylbeanlaw.com CONFIDENTIALITY NOTICE: The contents of this email message and any attachments are int...
2017 Sep 20
0
phylo.pca
Dear all, I'm trying to use phylo.pca function from phytools for the first time. I'm using an ultrametric tree with 167 tips and all branch lengths transformed to 1. I lunched the pPCA like this: pPCA<-phyl.pca(tree,data,method = "lambda") For some reason it takes for ever and never reaches the end of the pr...