https://github.com/cran/sparseFLMM
Raw File
Tip revision: e4ebd38f74066863aedb5f469cc7e587ffbede92 authored by Jona Cederbaum on 23 September 2017, 15:10:15 UTC
version 0.2.0
Tip revision: e4ebd38
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(Predict.matrix,symm.smooth)
S3method(smooth.construct,symm.smooth.spec)
export(make_summation_matrix)
export(sparseFLMM)
import(MASS)
import(Matrix)
import(data.table)
import(methods)
import(mgcv)
import(parallel)
import(refund)
importFrom(grDevices,terrain.colors)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,fitted)
importFrom(stats,predict)
importFrom(stats,reshape)
importFrom(stats,var)
importFrom(stats,weights)
importFrom(utils,packageVersion)
back to top