Displaying 4 results from an estimated 4 matches for "n25".
Did you mean:
25
2012 Feb 03
1
ordering of factor levels in regression changes result
...t
http://www.bio.ic.ac.uk/research/mjcraw/therbook/data/competition.txt
In R
> comp<-read.table("C:\\Temp\\competition.txt", header=T)
> attach(comp)
Data has dependent variable 'biomass' and different types of 'clipping' that were done:
Control (none), n25, n50, r10, r5:
> summary(comp)
biomass clipping
Min. :415.0 control:6
1st Qu.:508.8 n25 :6
Median :568.0 n50 :6
Mean :561.8 r10 :6
3rd Qu.:631.8 r5 :6
Max. :731.0
List mean Biomass of each type of Cl...
2017 Jul 06
0
Bayes Factor
...,
competition[competition$clipping=="control",2]))
# competitionare 'n50' vs. 'control'
plot(BESTmcmc(competition[competition$clipping=="n50",2],
competition[competition$clipping=="control",2]))
-------------- next part --------------
clipping biomass
n25 551
n25 457
n25 450
n25 731
n25 499
n25 632
n50 595
n50 580
n50 508
n50 583
n50 633
n50 517
r5 639
r5 615
r5 511
r5 573
r5 648
r5 677
control 417
control 449
control 517
control 438
control 415
control 555
r10 563
r10 631
r10 522
r10 613
r10 656
r10 679
2012 Jan 22
5
Augeas lens for zabbix agent config files?
...let lns = (comment|empty|entry) *
let filter = incl "/etc/zabbix/zabbix_agentd.conf"
. incl "/etc/zabbix/zabbix_agent.conf"
. Util.stdexcl
let xfm = transform lns filter
===
a sample snippet from a zabbix agent.conf:
===
# head -n25 /etc/zabbix/zabbix_agentd.conf
###########################################################
# PUPPET MANAGED #
# Do not edit this file on a server node unless you #
# are willing to have your changes overwritten by #
# Puppet. If you really wan...
2016 May 22
3
Problemas con For
Hola comunidad XD, necesito ayuda con estola idea es que para cada valor del frame x4 si es cero ponga cerosino que ponga un valor del frame Nsinel cual tiene una estructura como % | n25% | 150% | 275% | 3100% | 4 y x4 tiene una cierta cantidad de valores en 0 (poco menos de la mitad pero varian aleatoriamente) y los demas un valor aleatorio entre 0 y 1Tomando en cuenta que si el valor que busco de x4 es menor que Nsin$% entonces ponga el valor de Nsin%nfor (i in 1:nrow(x...