Displaying 5 results from an estimated 5 matches for "fatty_acids".
Did you mean:
fatty_acid
2017 Sep 19
3
remove quotes from matrix
Dear all;
Thanks. Here are the dput results as Duncan suggested.
Regards,
Greg
structure(list(Sub_Pathways = structure(c(3L, 3L, 3L, 3L, 3L), .Label =
c("Acetylated_Peptides",
"Advanced_Glycation_End-product", "Alanine_and_Aspartate", "Aminosugar",
"Ascorbate_and_Aldarate", "Carnitine", "Ceramides", "Creatine",
2017 Sep 19
0
remove quotes from matrix
Works fine for me. What do you object to in the following?
Calling the above df "d",
> dm <- as.matrix(d)
> dm
Sub_Pathways BMI_beta SAT_beta VAT_beta
1 "Alanine_and_Aspartate" " 0.23820" "-0.02409" " 0.94180"
2 "Alanine_and_Aspartate" "-0.31300" "-1.97510" "-2.22040"
3
2017 Sep 19
0
remove quotes from matrix
On 19/09/2017 9:47 AM, greg holly wrote:
> Hi all;
>
> I have data at 734*22 dimensions with rows and columns names are
> non-numeric.When I convert this data into matrix then all values show up
> with quotes. Then when I use
> x1= noquotes(x) to remove the quotes from the matrix then non-numeric row
> names remain all other values in matrix disappear.
>
> Your help is
2017 Sep 19
3
remove quotes from matrix
Hi all;
I have data at 734*22 dimensions with rows and columns names are
non-numeric.When I convert this data into matrix then all values show up
with quotes. Then when I use
x1= noquotes(x) to remove the quotes from the matrix then non-numeric row
names remain all other values in matrix disappear.
Your help is greatly appreciated.
Greg
[[alternative HTML version deleted]]
2010 Jan 06
0
Unconsistent behaviour of function cor()
...t with 'use = "pairwise.complete.obs"'
I used initialy D) and produced wrong results.
I included the code and output:
________________________________ R-code ________________________________
## Read data using UNIX-path to USB-disk
data <-
read.table("/media/disk/ONYG/fatty_acids/mito/BECAC_MITO_23okt09.txt" ,
header = TRUE , dec = "," , sep = ";")
## Read data using Windows-path to USB-disk
# data <- read.table("E:/ONYG/fatty_acids/mito/BECAC_MITO_23okt09.txt" ,
header = TRUE , dec = "," , sep = ";")
## Usage of &...