Arguments
data
data.frame containing at least columns 'Sample.Name', 'Marker',
'Allele', and 'Height'.
ref
data.frame containing at least columns 'Sample.Name', 'Marker',
and 'Allele'.
amount
data.frame containing at least columns 'Sample.Name' and 'Amount'.
If NULL 'data' must contain a column 'Amount'.
weighted
logical to calculate weighted linear regression (weight=1/se^2).
alpha
numeric [0,1] significance level for the t-statistic.
ignore.case
logical to indicate if sample matching should ignore case.
debug
logical to indicate if debug information should be printed.