Displaying 6 results from an estimated 6 matches for "asfc".
Did you mean:
asc
2010 Jan 18
1
variable name substitution
...do: define the variables (x and y) to be used at the very
beginning, so that I don't have to change all occurrences in the script
when I want to plot a different variable.
The dataset is called "ssfa". TO_POS is a categorical variable
containing the tooth position for each sample. Asfc is a numerical
variable. In my dataset, I have more variables but it wouldn't change; I
want to plot one numeric vs one category. Do I need to supply some data?
I don't think it's really necessary but let me know if you would like to.
The code of what I do up to now:
---
x <- ssf...
2010 Jan 22
2
column selection in list
Hi everybody!
I have a (stupid) question but I cannot find a way to do it!
I have a list like:
> SPECSHOR_tx_Asfc
$cotau
SPECSHOR Asfc.median
38 cotau 381.0247
39 cotau 154.6280
40 cotau 303.3219
41 cotau 351.2933
42 cotau 156.5327
$eqgre
SPECSHOR Asfc.median
145 eqgre 219.5389
146 eqgre 162.5926
147 eqgre 146.3726
148 eqgre 127.6413
149 eqgre...
2010 Jan 18
2
column selection for aggregate()
...a dataset "ssfa" with many rows and the column names are:
> names(ssfa)
[1] "SPECSHOR" "BONE" "TO_POS" "MEASUREM" "FACETTE" "SHEARFAC"
[7] "ENA_BA" "SEL_FACET" "SEL_MEAS" "Asfc" "Smc" "epLsar"
[13] "HAsfc4" "HAsfc9" "HAsfc16" "HAsfc25" "HAsfc36" "HAsfc49"
[19] "HAsfc64" "HAsfc81" "HAsfc100" "HAsfc121" "Tfv"...
2010 Jan 21
2
loop on list levels and names
Hi everybody!
To use some functions, I have to transform my dataset into a list, where
each element contains one group, and I have to prepare a list for each
variable I have (altogether I have 15 variables, and many entries per
factor level)
Here is some part of my dataset:
SPECSHOR BONE Asfc Smc epLsar
cotau tx 454.390369 29.261638 0.001136
cotau tx 117.445711 4.291884 0.00056
cotau tx 381.024682 15.313017 0.002324
cotau tx 159.081789 18.134533 0.000462
cotau tm 160.641503 6.411332 0.000571
cotau tm 79.238023 3....
2011 Feb 25
1
speed up process
...ta1 <- structure(list(species = structure(1:8, .Label = c("alsen",
"gogor", "loalb", "mafas", "pacyn", "patro", "poabe", "thgel"), class =
"factor"), fruit = c(0.52, 0.45, 0.43, 0.82, 0.35, 0.9, 0.68, 0), Asfc =
c(207.463765, 138.5533755, 70.4391735, 160.9742745, 41.455809,
119.155109, 26.241441, 148.337377), Tfv = c(47068.1437773483,
43743.8087431582, 40323.5209129239, 23420.9455581495, 29382.6947428651,
50460.2202192311, 21810.1456510625, 41747.6053810881)), .Names =
c("species", "f...
2011 Feb 28
0
Fwd: Re: speed up process
...ata1<- structure(list(species = structure(1:8, .Label =
c("alsen","gogor", "loalb", "mafas", "pacyn", "patro", "poabe",
"thgel"), class = "factor"), fruit = c(0.52, 0.45, 0.43, 0.82, 0.35,
0.9, 0.68, 0), Asfc = c(207.463765, 138.5533755, 70.4391735,
160.9742745, 41.455809, 119.155109, 26.241441, 148.337377), Tfv =
c(47068.1437773483, 43743.8087431582, 40323.5209129239,
23420.9455581495, 29382.6947428651, 50460.2202192311, 21810.1456510625,
41747.6053810881)), .Names = c("species", "fr...