powered by
Function to derive the costs of a breeding program / population-list
computing.costs( population, phenotyping.costs = 10, genotyping.costs = 100, fix.costs = 0, fix.costs.annual = 0, profit.per.bv = 1, database = NULL, gen = NULL, cohorts = NULL, interest.rate = 1, base.gen = 1 )
Cost-table for selected gen/database/cohorts of a population-list
population-list
Costs for the generation of a phenotype
Costs for the generation of a genotype
one time occurring fixed costs
annually occurring fixed costs
profit generated by bv per animal
Groups of individuals to consider
Quick-insert for database (vector of all generations to consider)
Quick-insert for database (vector of names of cohorts to consider)
Applied yearly interest rate
Base generation (application of interest rate)
data(ex_pop) computing.costs(ex_pop, gen=1:5)
Run the code above in your browser using DataLab