https://github.com/cran/sparseFLMM
Raw File
Tip revision: b182e9a2447bc977ecd715351503848f37718038 authored by Jona Cederbaum on 19 June 2021, 08:10:02 UTC
version 0.4.1
Tip revision: b182e9a
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